numpy performance reached on reasonable matrix size

This commit is contained in:
rdgarce
2023-08-18 13:09:43 +02:00
parent 4b3127d84d
commit 44e68aa0a9
6 changed files with 360 additions and 34 deletions
+3
View File
@@ -0,0 +1,3 @@
gcc bench_dot.c ../src/lina.c -O3 -march=native -ffast-math -funroll-loops -o bench_dot
./bench_dot
python3 py_dot.py