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
9879bcd5
Commit
9879bcd5
authored
Feb 07, 2023
by
danyao12
Browse files
fix dq gemm a_origin
parent
b03f56db
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
include/ck/tensor_operation/gpu/grid/gridwise_batched_multihead_attention_backward_xdl_cshuffle_v2.hpp
..._batched_multihead_attention_backward_xdl_cshuffle_v2.hpp
+2
-2
No files found.
include/ck/tensor_operation/gpu/grid/gridwise_batched_multihead_attention_backward_xdl_cshuffle_v2.hpp
100755 → 100644
View file @
9879bcd5
...
@@ -1333,8 +1333,8 @@ struct GridwiseBatchedMultiheadAttentionBackward_Xdl_CShuffle
...
@@ -1333,8 +1333,8 @@ struct GridwiseBatchedMultiheadAttentionBackward_Xdl_CShuffle
typename
Gemm1
::
ABlockwiseCopy
{
tensor_operation
::
element_wise
::
PassThrough
{}};
typename
Gemm1
::
ABlockwiseCopy
{
tensor_operation
::
element_wise
::
PassThrough
{}};
// dQ: blockwise gemm
// dQ: blockwise gemm
auto
qgrad_blockwise_gemm
=
typename
Gemm1
::
BlockwiseGemm
{};
auto
qgrad_blockwise_gemm
=
qgrad_b
lockwise
_g
emm
.
SetBBlockStartWindow
(
make_tuple
(
0
,
0
,
0
,
0
)
)
;
typename
Gemm1
::
B
lockwise
G
emm
{
make_tuple
(
0
,
0
,
0
,
0
),
make_tuple
(
0
,
0
,
0
,
0
)
}
;
// dQ: B matrix blockwise copy
// dQ: B matrix blockwise copy
auto
k_thread_origin
=
qgrad_blockwise_gemm
.
CalculateBThreadOriginDataIndex
();
auto
k_thread_origin
=
qgrad_blockwise_gemm
.
CalculateBThreadOriginDataIndex
();
...
...
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