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
16eb824c
Unverified
Commit
16eb824c
authored
Nov 03, 2023
by
Bartlomiej Wroblewski
Committed by
GitHub
Nov 03, 2023
Browse files
Add missing ComputeDatatype in contraction_multi_ABD_xdl_fp16 (#1024)
parent
4ef704d8
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
example/61_contraction_multi_ABD/contraction_multi_ABD_xdl_fp16.cpp
..._contraction_multi_ABD/contraction_multi_ABD_xdl_fp16.cpp
+2
-0
No files found.
example/61_contraction_multi_ABD/contraction_multi_ABD_xdl_fp16.cpp
View file @
16eb824c
...
...
@@ -34,6 +34,7 @@ using AccDataType = F32;
using
CShuffleDataType
=
F32
;
using
DDataType
=
F16
;
using
EDataType
=
F16
;
using
ComputeDataType
=
F16
;
static
constexpr
ck
::
index_t
NumDimM
=
2
;
static
constexpr
ck
::
index_t
NumDimN
=
2
;
...
...
@@ -291,6 +292,7 @@ int main(int argc, char* argv[])
BDataType
,
CShuffleDataType
,
AccDataType
,
ComputeDataType
,
PassThrough
,
BElementOp
>
;
...
...
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