- Jul 31, 2024
-
-
Dorian Stoll authored
-
Dorian Stoll authored
-
- Jul 06, 2024
-
-
Dorian Stoll authored
This has two reasons: - It already has to be done like this for C++ - flang doesn't implement the OpenMP reduction operation yet
-
Dorian Stoll authored
-
Dorian Stoll authored
-
- Jun 28, 2024
-
-
Dorian Stoll authored
This makes the code simpler and it is closer to what the other programs (including the reference) already do.
-
Dorian Stoll authored
Whoops
-
Dorian Stoll authored
-
Dorian Stoll authored
-
Dorian Stoll authored
-
Dorian Stoll authored
-
- Jun 23, 2024
-
-
Dorian Stoll authored
-
- Jun 22, 2024
-
-
Dorian Stoll authored
-
Dorian Stoll authored
-
Dorian Stoll authored
We remove the automatic alignment that fortran does to make the output more similar to the one from the C / C++ programs.
-
Dorian Stoll authored
-
- Jun 16, 2024
-
-
Dorian Stoll authored
-
Dorian Stoll authored
-
Dorian Stoll authored
-
Dorian Stoll authored
We don't care about compiler options, and some of these parameters are not portable anyways.
-
Dorian Stoll authored
We only want to validate that two programs produce the same output. Printing the checksums to stdout is sufficient for that.
-
- Jun 13, 2024
-
-
Dorian Stoll authored
We are only interested in the runtime of the entire program and that can be measured more easily.
-
Dorian Stoll authored
-
Dorian Stoll authored
Using class C parameters for now
-