Skip to content

Commit f72dff9

Browse files
Virat Agarwalheeran-xilinx
Virat Agarwal
authored andcommitted
Removing performance check from cpp_kernels/kernel_chain (#546)
1 parent c8e424a commit f72dff9

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

cpp_kernels/kernel_chain/src/host.cpp

+1-2
Original file line numberDiff line numberDiff line change
@@ -312,8 +312,7 @@ int main(int argc, char **argv) {
312312
print_summary("krnl_chain_mmult", "krnl_simple_mmult", elapsed_chain,
313313
elapsed_hs, NUM_TIMES);
314314

315-
bool test_status =
316-
xcl::is_emulation() ? match : (match && (elapsed_chain < elapsed_hs));
315+
bool test_status = match;
317316
std::cout << "TEST " << (test_status ? "PASSED" : "FAILED") << std::endl;
318317
return (test_status ? EXIT_SUCCESS : EXIT_FAILURE);
319318
}

0 commit comments

Comments
 (0)