"examples/vscode:/vscode.git/clone" did not exist on "007c914c70eaa4e67d680f628a33ee195911339d"
Commit 52625779 authored by rocking's avatar rocking
Browse files

Refine profiler message

parent 7221293c
...@@ -190,9 +190,9 @@ bool profile_groupnorm_impl(int do_verification, ...@@ -190,9 +190,9 @@ bool profile_groupnorm_impl(int do_verification,
if(time_kernel) if(time_kernel)
{ {
LogRange(std::cout << "length = ", length, ",") << ", "; LogRange(std::cout << "length = ", length, ",") << std::endl;
std::cout << "num_kernel = " << num_kernel << ", best perf = " << best_avg_time << " ms, " std::cout << "best perf = " << best_avg_time << " ms, " << best_gb_per_sec << " GB/s, "
<< best_gb_per_sec << " GB/s, " << best_instance_name << std::endl; << best_instance_name << std::endl;
} }
if(num_kernel == 0) if(num_kernel == 0)
......
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