mirror of
https://github.com/ROCm/composable_kernel.git
synced 2026-06-29 19:28:33 +00:00
block index correction
This commit is contained in:
@@ -1303,7 +1303,7 @@ struct GridwiseGemm_xdl_cshuffle_streamk_v3
|
||||
|
||||
// start to compute
|
||||
auto reduction_idx =
|
||||
blockIdx.x - block_2_ctile_map_streamk.reduction_start_block_idx;
|
||||
block_idx - block_2_ctile_map_streamk.reduction_start_block_idx;
|
||||
auto spatial_idx = block_2_ctile_map_streamk.tile_to_spatial(
|
||||
reduction_idx, problem.M, problem.N);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user