This commit is contained in:
Martin Kroeker 2020-08-17 15:20:16 +02:00 committed by GitHub
parent 5ec8f716cf
commit a8c6fb9e1c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 5 deletions

View File

@ -10,9 +10,5 @@ dgemm_tester : dgemv_tester
$(CXX) $(COMMON_OPT) -Wall -Wextra -Wshadow -fopenmp -std=c++11 dgemm_thread_safety.cpp ../libopenblas.a -lpthread -o dgemm_tester
./dgemm_tester
gemm64 : gemm64
$(CXX) $(COMMON_OPT) -I.. -Wall -Wextra -Wshadow -fopenmp -std=c++11 gemm64.cpp ../libopenblas.a -lpthread -o gemm64
./gemm64
clean ::
rm -f dgemv_tester dgemm_tester gemm64
rm -f dgemv_tester dgemm_tester