hse-acos-course
hse-acos-course copied to clipboard
[Bug]: C seems to be compiled in default mode
C takes 2.7 sec at best according to the presentation (on my machine it takes 3.4 without flags).
Instead, if you supply optimization flags, it'd take 0.7 sec.
To benchmark fairly, one would need to compile it like this:
gcc matrix_jki.c -O3