We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c8e424a commit f72dff9Copy full SHA for f72dff9
cpp_kernels/kernel_chain/src/host.cpp
@@ -312,8 +312,7 @@ int main(int argc, char **argv) {
312
print_summary("krnl_chain_mmult", "krnl_simple_mmult", elapsed_chain,
313
elapsed_hs, NUM_TIMES);
314
315
- bool test_status =
316
- xcl::is_emulation() ? match : (match && (elapsed_chain < elapsed_hs));
+ bool test_status = match;
317
std::cout << "TEST " << (test_status ? "PASSED" : "FAILED") << std::endl;
318
return (test_status ? EXIT_SUCCESS : EXIT_FAILURE);
319
}
0 commit comments