Commit 804a7779 authored by Anthony Chang's avatar Anthony Chang
Browse files

format

parent 9c7ea683
...@@ -196,7 +196,7 @@ bool profile_batched_gemm_gemm_impl(bool do_verification, ...@@ -196,7 +196,7 @@ bool profile_batched_gemm_gemm_impl(bool do_verification,
std::cout << "found " << op_ptrs.size() << " instances" << std::endl; std::cout << "found " << op_ptrs.size() << " instances" << std::endl;
// early fail when no instances are found // early fail when no instances are found
if (op_ptrs.size() == 0) if(op_ptrs.size() == 0)
{ {
return false; return false;
} }
......
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