Commit 9c99e6fe authored by Khalique's avatar Khalique
Browse files

commented out gemm_ld (accidentally tested in prev commit)

parent ce553b38
...@@ -633,7 +633,7 @@ int main() ...@@ -633,7 +633,7 @@ int main()
verify_program<test_leaky_relu>(); verify_program<test_leaky_relu>();
verify_program<test_conv_pooling>(); verify_program<test_conv_pooling>();
verify_program<test_gemm>(); verify_program<test_gemm>();
verify_program<test_gemm_ld>(); // verify_program<test_gemm_ld>();
verify_program<test_gemm_transposeb>(); verify_program<test_gemm_transposeb>();
verify_program<test_gemm_transposea>(); verify_program<test_gemm_transposea>();
verify_program<test_gemm_transposeab>(); verify_program<test_gemm_transposeab>();
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment