eigen/compile.sh
Everton Constantino a8ec6d6a36 WIP with tests
2021-05-12 17:09:33 +00:00

5 lines
202 B
Bash
Executable File

#!/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