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
08e2ae8d
Commit
08e2ae8d
authored
Sep 01, 2023
by
danyao12
Browse files
modify Y_M1
parent
210aa44d
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
4 additions
and
4 deletions
+4
-4
include/ck/tensor_operation/gpu/device/impl/device_batched_mha_bwd_xdl_cshuffle_qloop_light_v1_protro.hpp
...ce_batched_mha_bwd_xdl_cshuffle_qloop_light_v1_protro.hpp
+1
-1
include/ck/tensor_operation/gpu/device/impl/device_batched_mha_bwd_xdl_cshuffle_qloop_light_v2_protro.hpp
...ce_batched_mha_bwd_xdl_cshuffle_qloop_light_v2_protro.hpp
+1
-1
include/ck/tensor_operation/gpu/device/impl/device_batched_mha_bwd_xdl_cshuffle_qloop_v1_protro.hpp
...l/device_batched_mha_bwd_xdl_cshuffle_qloop_v1_protro.hpp
+1
-1
include/ck/tensor_operation/gpu/device/impl/device_batched_mha_bwd_xdl_cshuffle_qloop_v2_protro.hpp
...l/device_batched_mha_bwd_xdl_cshuffle_qloop_v2_protro.hpp
+1
-1
No files found.
include/ck/tensor_operation/gpu/device/impl/device_batched_mha_bwd_xdl_cshuffle_qloop_light_v1_protro.hpp
View file @
08e2ae8d
...
...
@@ -359,7 +359,7 @@ struct DeviceBatchedMultiheadAttentionBackward_Qloop_Xdl_CShuffle_Light_V1
static
constexpr
index_t
V_O1
=
BK1
;
static
constexpr
index_t
Y_O1
=
AK1
;
static
constexpr
index_t
Y_M1
=
A
K1
;
static
constexpr
index_t
Y_M1
=
B1
K1
;
static
constexpr
auto
padder
=
GemmGemmPadder
<
GemmSpec
,
Number
<
MPerBlock
>
,
...
...
include/ck/tensor_operation/gpu/device/impl/device_batched_mha_bwd_xdl_cshuffle_qloop_light_v2_protro.hpp
View file @
08e2ae8d
...
...
@@ -366,7 +366,7 @@ struct DeviceBatchedMultiheadAttentionBackward_Qloop_Xdl_CShuffle_Light_V2
static
constexpr
index_t
V_O1
=
BK1
;
static
constexpr
index_t
Y_O1
=
AK1
;
static
constexpr
index_t
Y_M1
=
A
K1
;
static
constexpr
index_t
Y_M1
=
B1
K1
;
static
constexpr
auto
padder
=
GemmGemmPadder
<
GemmSpec
,
Number
<
MPerBlock
>
,
...
...
include/ck/tensor_operation/gpu/device/impl/device_batched_mha_bwd_xdl_cshuffle_qloop_v1_protro.hpp
View file @
08e2ae8d
...
...
@@ -306,7 +306,7 @@ struct DeviceBatchedMultiheadAttentionBackward_Qloop_Xdl_CShuffle_V1
static
constexpr
index_t
V_O1
=
BK1
;
static
constexpr
index_t
Y_O1
=
AK1
;
static
constexpr
index_t
Y_M1
=
A
K1
;
static
constexpr
index_t
Y_M1
=
B1
K1
;
static
constexpr
auto
padder
=
GemmGemmPadder
<
GemmSpec
,
Number
<
MPerBlock
>
,
...
...
include/ck/tensor_operation/gpu/device/impl/device_batched_mha_bwd_xdl_cshuffle_qloop_v2_protro.hpp
View file @
08e2ae8d
...
...
@@ -313,7 +313,7 @@ struct DeviceBatchedMultiheadAttentionBackward_Qloop_Xdl_CShuffle_V2
static
constexpr
index_t
V_O1
=
BK1
;
static
constexpr
index_t
Y_O1
=
AK1
;
static
constexpr
index_t
Y_M1
=
A
K1
;
static
constexpr
index_t
Y_M1
=
B1
K1
;
static
constexpr
auto
padder
=
GemmGemmPadder
<
GemmSpec
,
Number
<
MPerBlock
>
,
...
...
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