mirror of
https://github.com/ROCm/composable_kernel.git
synced 2026-04-20 06:49:15 +00:00
Fix clang format after conv changes (#2636)
This commit is contained in:
@@ -279,8 +279,8 @@ bool profile_grouped_conv_fwd_bias_clamp_impl(int do_verification,
|
||||
in_element_op,
|
||||
wei_element_op,
|
||||
Add{},
|
||||
{},
|
||||
{},
|
||||
{},
|
||||
{},
|
||||
d_tensors);
|
||||
|
||||
// init host output to zero
|
||||
@@ -416,9 +416,9 @@ bool profile_grouped_conv_fwd_bias_clamp_impl(int do_verification,
|
||||
run_impl(op_ptr, argument_ptr);
|
||||
}
|
||||
|
||||
std::cout << "Best configuration parameters:"
|
||||
<< "\nname: " << best_op_name << "\navg_time: " << best_avg_time
|
||||
<< "\ntflops: " << best_tflops << "\nGB/s: " << best_gb_per_sec << std::endl;
|
||||
std::cout << "Best configuration parameters:" << "\nname: " << best_op_name
|
||||
<< "\navg_time: " << best_avg_time << "\ntflops: " << best_tflops
|
||||
<< "\nGB/s: " << best_gb_per_sec << std::endl;
|
||||
|
||||
return pass;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user