Files
Lina/benchmarks/benchmarks.sh
T

3 lines
117 B
Bash

gcc bench_dot.c ../src/lina.c -O3 -march=native -ffast-math -funroll-loops -o bench_dot
./bench_dot
python3 py_dot.py