From b9432f6ef373b077d8b36dca668ed8d98d4dbd06 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ville=20Pietil=C3=A4?= <> Date: Mon, 9 Jun 2025 12:29:12 +0000 Subject: [PATCH] Bug fix. --- .../include/profiler/profile_grouped_conv_bwd_weight_impl.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/profiler/include/profiler/profile_grouped_conv_bwd_weight_impl.hpp b/profiler/include/profiler/profile_grouped_conv_bwd_weight_impl.hpp index 1484cfdd9f..e856fc31ef 100644 --- a/profiler/include/profiler/profile_grouped_conv_bwd_weight_impl.hpp +++ b/profiler/include/profiler/profile_grouped_conv_bwd_weight_impl.hpp @@ -502,7 +502,7 @@ bool profile_grouped_conv_bwd_weight_impl(int do_verification, std::cout << "Best configuration parameters:" << perf_results_global.print_best_op() << std::endl; - if (profile_all) + if (profile_all && perf_results_list.size() > 0) { std::cout << "Optimized split-K results:" << perf_results_global.print_best_split_k() << std::endl;