mirror of
https://github.com/ROCm/composable_kernel.git
synced 2026-07-01 04:07:56 +00:00
Update profile_gemm_universal_streamk_impl.hpp
This commit is contained in:
committed by
GitHub
parent
17dcb200e6
commit
4e550eb65b
@@ -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();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user