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_ROCM
Commits
ec746404
Commit
ec746404
authored
Dec 16, 2023
by
muozturk
Browse files
problem was fixed
parent
15146ed6
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
3 deletions
+4
-3
example/65_complex_contraction_scale/complex_contraction_scale_xdl_fp32.cpp
..._contraction_scale/complex_contraction_scale_xdl_fp32.cpp
+4
-3
No files found.
example/65_complex_contraction_scale/complex_contraction_scale_xdl_fp32.cpp
100644 → 100755
View file @
ec746404
...
...
@@ -3,7 +3,6 @@
#include "ck/ck.hpp"
#include "ck/tensor_operation/gpu/element/element_wise_operation.hpp"
#include "ck/tensor_operation/gpu/element/unary_element_wise_operation.hpp"
#include "common_instances.hpp"
...
...
@@ -11,7 +10,9 @@ using ADataType = F32;
using
BDataType
=
F32
;
using
AccDataType
=
F32
;
using
CShuffleDataType
=
F32
;
using
DsDataType
=
ck
::
Tuple
<>
;
using
DDataType
=
F32
;
using
DsDataType
=
ck
::
Tuple
<
DDataType
>
;
using
DsDataType_s
=
ck
::
Tuple
<>
;
using
EDataType
=
F32
;
using
ComputeDataType
=
F32
;
...
...
@@ -45,7 +46,7 @@ using DeviceOpInstanceKKN_Scale = DeviceOpInstanceKK_Generic<NumDimM,
BDataType
,
AccDataType
,
CShuffleDataType
,
DsDataType
,
DsDataType
_s
,
EDataType
,
ComputeDataType
,
AElementOp
,
...
...
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