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
b8abc3e3
Commit
b8abc3e3
authored
Sep 07, 2022
by
Po-Yen, Chen
Browse files
Add comment to indicate template argument location
parent
702c7445
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
2 deletions
+8
-2
example/36_permute/permute_fp16.cpp
example/36_permute/permute_fp16.cpp
+8
-2
No files found.
example/36_permute/permute_fp16.cpp
View file @
b8abc3e3
...
...
@@ -6,8 +6,14 @@
using
ADataType
=
F16
;
using
BDataType
=
F16
;
using
DevicePermuteInstance
=
ck
::
tensor_operation
::
device
::
DevicePermute
<
ADataType
,
BDataType
,
PassThrough
,
4
,
8
,
8
,
1
>
;
// clang-format off
using
DevicePermuteInstance
=
ck
::
tensor_operation
::
device
::
DevicePermute
// ######| InData| OutData| Elementwise| NumDim| MPerThread| InScalar| OutScalar|
// ######| Type| Type| Operation| | | PerVector| PerVector|
// ######| | | | | | | |
// ######| | | | | | | |
<
ADataType
,
BDataType
,
PassThrough
,
4
,
8
,
8
,
1
>
;
// clang-format on
#include "run_permute_example.inc"
...
...
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