Commit 61123e03 authored by Bartlomiej Wroblewski's avatar Bartlomiej Wroblewski
Browse files

DO NOT MERGE: TEST: Remove sleep from GEMM profiler

parent e8cddfdc
...@@ -211,8 +211,6 @@ int profile_gemm_impl(int do_verification, ...@@ -211,8 +211,6 @@ int profile_gemm_impl(int do_verification,
instance_id++; instance_id++;
} }
sleep(2);
// Run the best instance again // Run the best instance again
{ {
auto& op_ptr = op_ptrs[best_instance_id]; auto& op_ptr = op_ptrs[best_instance_id];
......
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