eigen/compile.sh

6 lines
302 B
Bash
Raw Normal View History

2021-05-13 01:09:33 +08:00
#!/bin/bash
2021-05-13 22:42:22 +08:00
#echo 'Compiling with master'
#g++ -O3 -I../eigen-master -std=c++11 new_gemm_test.cpp -o gto
2021-05-13 01:09:33 +08:00
echo 'Compiling current'
2021-05-13 22:48:40 +08:00
g++ -O3 -I. -std=c++14 new_gemm_test.cpp -D__ENABLE_VECTOR_KERNELS__ -D__ENABLE_PREFETCH__ -o gtp
g++ -O3 -I. -std=c++14 new_gemm_test.cpp -D__ENABLE_VECTOR_KERNELS__ -o gt