Hi, Thanks for your code.
When I using
sh compile.sh
I fonud bug follows:
compile.sh: line 4: syntax error near unexpected token `('
compile.sh: line 4: for i (seq 0 23`) { echo $i; nvcc -O3 -lcudadevrt -lcuda -arch sm_70 -lcublas cublas-gemm.cpp -
DCUBLAS_ALGO=CUBLAS_GEMM_ALGO$i -o gemm$i }'
Can you give me some advices?
Thanks:)