We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3306a91 + 6506f40 commit 1f4539fCopy full SHA for 1f4539f
1 file changed
Libraries/oneMKL/matrix_mul_mkl/matrix_mul_mkl.cpp
@@ -75,6 +75,9 @@ void test(queue &Q, int M, int N, int K)
75
if (linear_id >= elems) break;
76
}
77
std::cout << (ok ? " passes." : " FAILS!") << std::endl;
78
+ if (!ok) {
79
+ exit(1);
80
+ }
81
82
/* Fill A/B with random data */
83
generate_random_data(rd_size, host_data);
0 commit comments