"...composable_kernel.git" did not exist on "f3b02ecfd21cecd1e808a168efcc4e56e3715078"
Unverified Commit 32447bee authored by zjing14's avatar zjing14 Committed by GitHub
Browse files

Update include/ck/tensor_operation/gpu/grid/gridwise_gemm_multiple_abd_xdl_cshuffle.hpp


Co-authored-by: default avatarBartłomiej Kocot <barkocot@amd.com>
parent 90437264
...@@ -570,9 +570,6 @@ struct GridwiseGemmMultipleABD_xdl_cshuffle ...@@ -570,9 +570,6 @@ struct GridwiseGemmMultipleABD_xdl_cshuffle
{ {
return; return;
} }
// printf("%d %d\n", block_work_idx[I0], block_work_idx[I1]);
// HACK: this force m/n_block_data_idx_on_grid into SGPR // HACK: this force m/n_block_data_idx_on_grid into SGPR
const index_t m_block_data_idx_on_grid = const index_t m_block_data_idx_on_grid =
__builtin_amdgcn_readfirstlane(block_work_idx[I0] * MPerBlock); __builtin_amdgcn_readfirstlane(block_work_idx[I0] * MPerBlock);
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment