Update profile_gemm_universal_streamk_impl.hpp

This commit is contained in:
Muhammed Emin Ozturk
2025-06-22 16:44:10 -07:00
committed by GitHub
parent 17dcb200e6
commit 4e550eb65b

View File

@@ -250,10 +250,7 @@ bool profile_gemm_universal_streamk_impl(int do_verification,
float gb_per_sec = num_btype / 1.E6 / ave_time;
// // const auto actual_launch_grid_dims = argument_ptr->GetLaunchGridDims();
// const auto* typed_argument_ptr = dynamic_cast<const
// GridwiseGemm_xdl_cshuffle_streamk_v3<...>::Argument*>(argument_ptr)
// Get actual launch grid dims from argument
dim3 actual_launch_grid_dims = argument_ptr->GetLaunchGridDims();