mirror of
https://github.com/ROCm/composable_kernel.git
synced 2026-06-30 19:57:40 +00:00
Fix profiling output.
This commit is contained in:
@@ -272,7 +272,7 @@ bool profile_grouped_conv_fwd_impl(int do_verification,
|
||||
{
|
||||
std::stringstream out_ss;
|
||||
out_ss << "name: " << best_op_name << std::endl
|
||||
<< "avg_time: " << best_avg_time << std::endl;
|
||||
<< "avg_time: " << best_avg_time << std::endl
|
||||
<< "flops: " << best_tflops << std::endl;
|
||||
out << out_ss.str();
|
||||
out.close();
|
||||
|
||||
Reference in New Issue
Block a user