WIP with tests

This commit is contained in:
Everton Constantino
2021-05-12 17:09:33 +00:00
parent 54f80f442d
commit a8ec6d6a36
6 changed files with 506 additions and 218 deletions

5
compile.sh Executable file
View File

@@ -0,0 +1,5 @@
#!/bin/bash
echo 'Compiling with master'
g++ -O3 -I../eigen-master -std=c++11 new_gemm_test.cpp -o gto
echo 'Compiling current'
g++ -O3 -I. -std=c++14 new_gemm_test.cpp -D__ENABLE_VECTOR_KERNELS__ -o gt