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
758d0281
Commit
758d0281
authored
May 30, 2023
by
danyao12
Browse files
fix DefaultBlock2CTileMap template bug
parent
dded3450
Changes
1
Show 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_batched_multihead_attention_backward_xdl_cshuffle_pt5.hpp
...batched_multihead_attention_backward_xdl_cshuffle_pt5.hpp
+1
-1
No files found.
include/ck/tensor_operation/gpu/grid/gridwise_batched_multihead_attention_backward_xdl_cshuffle_pt5.hpp
View file @
758d0281
...
...
@@ -457,7 +457,7 @@ struct GridwiseBatchedMultiheadAttentionBackward_Xdl_CShuffle_V2
__host__
__device__
static
constexpr
auto
MakeDefaultBlock2CTileMap
(
const
KGridDesc_N_K
&
k_grid_desc_n_k
)
{
return
BlockToCTileMap_M00_N0_M01Adapt
<
NPerBlock
,
K
PerBlock
,
KGridDesc_N_K
>
(
return
BlockToCTileMap_M00_N0_M01Adapt
<
NPerBlock
,
Gemm1N
PerBlock
,
KGridDesc_N_K
>
(
k_grid_desc_n_k
);
}
...
...
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