Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
gaoqiong
composable_kernel_ROCM
Commits
8b69a9dd
Commit
8b69a9dd
authored
Sep 11, 2024
by
Harisankar Sadasivan
Browse files
block index correction
parent
7c63aa5f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
include/ck/tensor_operation/gpu/grid/gridwise_gemm_xdl_cshuffle_streamk_v3.hpp
...ration/gpu/grid/gridwise_gemm_xdl_cshuffle_streamk_v3.hpp
+1
-1
No files found.
include/ck/tensor_operation/gpu/grid/gridwise_gemm_xdl_cshuffle_streamk_v3.hpp
View file @
8b69a9dd
...
@@ -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
=
block
Idx
.
x
-
block_2_ctile_map_streamk
.
reduction_start_block_idx
;
block
_id
x
-
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
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment