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
9c5dd6bf
"tests/models/vscode:/vscode.git/clone" did not exist on "7d887118b9e954a265060b3d6cbd061f19ae315b"
Commit
9c5dd6bf
authored
Sep 06, 2022
by
Po-Yen, Chen
Browse files
Use 'DevicePermute' device op in example
parent
1fdcf492
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
example/36_elementwise_permute/common.hpp
example/36_elementwise_permute/common.hpp
+1
-1
example/36_elementwise_permute/elementwise_permute_fp16.cpp
example/36_elementwise_permute/elementwise_permute_fp16.cpp
+1
-1
No files found.
example/36_elementwise_permute/common.hpp
View file @
9c5dd6bf
...
@@ -13,7 +13,7 @@
...
@@ -13,7 +13,7 @@
#include "ck/ck.hpp"
#include "ck/ck.hpp"
#include "ck/tensor_operation/gpu/element/binary_element_wise_operation.hpp"
#include "ck/tensor_operation/gpu/element/binary_element_wise_operation.hpp"
#include "ck/tensor_operation/gpu/device/device_
elementwis
e.hpp"
#include "ck/tensor_operation/gpu/device/device_
permut
e.hpp"
#include "ck/utility/type.hpp"
#include "ck/utility/type.hpp"
#include "ck/library/utility/check_err.hpp"
#include "ck/library/utility/check_err.hpp"
...
...
example/36_elementwise_permute/elementwise_permute_fp16.cpp
View file @
9c5dd6bf
...
@@ -7,7 +7,7 @@ using ADataType = F16;
...
@@ -7,7 +7,7 @@ using ADataType = F16;
using
BDataType
=
F16
;
using
BDataType
=
F16
;
using
DeviceElementwisePermuteInstance
=
ck
::
tensor_operation
::
device
::
using
DeviceElementwisePermuteInstance
=
ck
::
tensor_operation
::
device
::
Device
Elementwis
e
<
ck
::
Tuple
<
ADataType
>
,
ck
::
Tuple
<
BDataType
>
,
PassThrough
,
4
,
8
,
S
<
8
>
,
S
<
1
>>
;
Device
Permut
e
<
ck
::
Tuple
<
ADataType
>
,
ck
::
Tuple
<
BDataType
>
,
PassThrough
,
4
,
8
,
S
<
8
>
,
S
<
1
>>
;
#include "run_elementwise_permute_example.inc"
#include "run_elementwise_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