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
cef44211
"git@developer.sourcefind.cn:modelzoo/resnet50_tensorflow.git" did not exist on "b4b8c723d377caae2f4243cf8fc711eab71736a1"
Commit
cef44211
authored
Sep 26, 2023
by
letaoqin
Browse files
rename the base class and file name
parent
d8998cbb
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/device_batched_mha_infer.hpp
.../tensor_operation/gpu/device/device_batched_mha_infer.hpp
+1
-1
include/ck/tensor_operation/gpu/device/device_grouped_mha_infer.hpp
.../tensor_operation/gpu/device/device_grouped_mha_infer.hpp
+1
-1
include/ck/tensor_operation/gpu/device/impl/device_batched_mha_fwd_xdl_cshuffle.hpp
...n/gpu/device/impl/device_batched_mha_fwd_xdl_cshuffle.hpp
+1
-1
include/ck/tensor_operation/gpu/device/impl/device_grouped_mha_fwd_xdl_cshuffle.hpp
...n/gpu/device/impl/device_grouped_mha_fwd_xdl_cshuffle.hpp
+1
-1
No files found.
include/ck/tensor_operation/gpu/device/device_batched_m
ultiple_head_flash_attention_fwd
.hpp
→
include/ck/tensor_operation/gpu/device/device_batched_m
ha_infer
.hpp
View file @
cef44211
...
@@ -31,7 +31,7 @@ template <index_t NumDimG,
...
@@ -31,7 +31,7 @@ template <index_t NumDimG,
typename
B1ElementwiseOperation
,
typename
B1ElementwiseOperation
,
typename
C1DEElementwiseOperation
,
typename
C1DEElementwiseOperation
,
MaskingSpecialization
MaskingSpec
>
MaskingSpecialization
MaskingSpec
>
struct
DeviceBatchedMultiheadAttention
Forward
:
public
BaseOperator
struct
DeviceBatchedMultiheadAttention
Infer
:
public
BaseOperator
{
{
virtual
std
::
unique_ptr
<
BaseArgument
>
MakeArgumentPointer
(
virtual
std
::
unique_ptr
<
BaseArgument
>
MakeArgumentPointer
(
const
void
*
p_a
,
const
void
*
p_a
,
...
...
include/ck/tensor_operation/gpu/device/device_grouped_m
ultiple_head_flash_attention_fwd
.hpp
→
include/ck/tensor_operation/gpu/device/device_grouped_m
ha_infer
.hpp
View file @
cef44211
...
@@ -30,7 +30,7 @@ template <index_t NumDimG,
...
@@ -30,7 +30,7 @@ template <index_t NumDimG,
typename
B1ElementwiseOperation
,
typename
B1ElementwiseOperation
,
typename
CElementwiseOperation
,
typename
CElementwiseOperation
,
MaskingSpecialization
MaskingSpec
>
MaskingSpecialization
MaskingSpec
>
struct
DeviceGroupedMultiheadAttention
Forward
:
public
BaseOperator
struct
DeviceGroupedMultiheadAttention
Infer
:
public
BaseOperator
{
{
struct
ProblemDesc
struct
ProblemDesc
{
{
...
...
include/ck/tensor_operation/gpu/device/impl/device_batched_mha_fwd_xdl_cshuffle.hpp
View file @
cef44211
...
@@ -206,7 +206,7 @@ template <index_t NumDimG,
...
@@ -206,7 +206,7 @@ template <index_t NumDimG,
int
D0sTransferSrcScalarPerVector
=
4
,
int
D0sTransferSrcScalarPerVector
=
4
,
LoopScheduler
LoopSched
=
LoopScheduler
::
Default
>
LoopScheduler
LoopSched
=
LoopScheduler
::
Default
>
struct
DeviceBatchedMultiheadAttentionForward_Xdl
struct
DeviceBatchedMultiheadAttentionForward_Xdl
:
public
DeviceBatchedMultiheadAttention
Forward
<
NumDimG
,
:
public
DeviceBatchedMultiheadAttention
Infer
<
NumDimG
,
NumDimM
,
NumDimM
,
NumDimN
,
NumDimN
,
NumDimK
,
NumDimK
,
...
...
include/ck/tensor_operation/gpu/device/impl/device_grouped_mha_fwd_xdl_cshuffle.hpp
View file @
cef44211
...
@@ -195,7 +195,7 @@ template <index_t NumDimG,
...
@@ -195,7 +195,7 @@ template <index_t NumDimG,
MaskingSpecialization
MaskingSpec
,
MaskingSpecialization
MaskingSpec
,
LoopScheduler
LoopSched
=
LoopScheduler
::
Default
>
LoopScheduler
LoopSched
=
LoopScheduler
::
Default
>
struct
DeviceGroupedMultiheadAttentionForward_Xdl
struct
DeviceGroupedMultiheadAttentionForward_Xdl
:
public
DeviceGroupedMultiheadAttention
Forward
<
NumDimG
,
:
public
DeviceGroupedMultiheadAttention
Infer
<
NumDimG
,
NumDimM
,
NumDimM
,
NumDimN
,
NumDimN
,
NumDimK
,
NumDimK
,
...
...
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