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
Commits
616a51fd
Commit
616a51fd
authored
Sep 19, 2022
by
wangshaojie6
Browse files
check lef bottom corner for tile skipping
parent
878f66fb
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
2 deletions
+1
-2
include/ck/tensor_operation/gpu/grid/gridwise_batched_gemm_softmax_gemm_xdl_cshuffle_v1.hpp
...id/gridwise_batched_gemm_softmax_gemm_xdl_cshuffle_v1.hpp
+1
-2
No files found.
include/ck/tensor_operation/gpu/grid/gridwise_batched_gemm_softmax_gemm_xdl_cshuffle_v1.hpp
View file @
616a51fd
...
@@ -772,8 +772,7 @@ struct GridwiseBatchedGemmSoftmaxGemm_Xdl_CShuffle
...
@@ -772,8 +772,7 @@ struct GridwiseBatchedGemmSoftmaxGemm_Xdl_CShuffle
auto
gemm0_n_block_idx
=
auto
gemm0_n_block_idx
=
__builtin_amdgcn_readfirstlane
(
gemm1_k_block_outer_index
*
NPerBlock
);
__builtin_amdgcn_readfirstlane
(
gemm1_k_block_outer_index
*
NPerBlock
);
if
((
m_block_data_idx_on_grid
<
gemm0_n_block_idx
)
&&
if
((
m_block_data_idx_on_grid
<
gemm0_n_block_idx
)
&&
((
m_block_data_idx_on_grid
+
MPerBlock
-
1
)
<
(
m_block_data_idx_on_grid
<
(
gemm0_n_block_idx
+
NPerBlock
-
1
)))
(
gemm0_n_block_idx
+
NPerBlock
-
1
)))
{
{
continue
;
continue
;
}
}
...
...
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