From 406ffb8714dd05879ddca418b4ddce0d5d06cdd7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bart=C5=82omiej=20Kocot?= Date: Thu, 7 Aug 2025 10:00:09 +0200 Subject: [PATCH] Fix clang format after conv changes (#2636) [ROCm/composable_kernel commit: 54c7e08a2f7624409c9b2f7804e2a095079c89e8] --- .../profile_grouped_conv_fwd_bias_bnorm_clamp_impl.hpp | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/profiler/include/profiler/profile_grouped_conv_fwd_bias_bnorm_clamp_impl.hpp b/profiler/include/profiler/profile_grouped_conv_fwd_bias_bnorm_clamp_impl.hpp index 43bab919b4..cd6c141219 100644 --- a/profiler/include/profiler/profile_grouped_conv_fwd_bias_bnorm_clamp_impl.hpp +++ b/profiler/include/profiler/profile_grouped_conv_fwd_bias_bnorm_clamp_impl.hpp @@ -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; }