Commit 8b69a9dd authored by Harisankar Sadasivan's avatar Harisankar Sadasivan
Browse files

block index correction

parent 7c63aa5f
...@@ -1303,7 +1303,7 @@ struct GridwiseGemm_xdl_cshuffle_streamk_v3 ...@@ -1303,7 +1303,7 @@ struct GridwiseGemm_xdl_cshuffle_streamk_v3
// start to compute // start to compute
auto reduction_idx = 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( auto spatial_idx = block_2_ctile_map_streamk.tile_to_spatial(
reduction_idx, problem.M, problem.N); reduction_idx, problem.M, problem.N);
......
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