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
4a6e2701
"vscode:/vscode.git/clone" did not exist on "824cb538b1142e0ca9b7df94e5e6ee100e996109"
Commit
4a6e2701
authored
Sep 15, 2022
by
Po-Yen, Chen
Browse files
Use larger shape in examples
parent
f56cef53
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
example/38_permute/permute_1xHxW_fp16.cpp
example/38_permute/permute_1xHxW_fp16.cpp
+1
-1
example/38_permute/permute_HxWx4_fp16.cpp
example/38_permute/permute_HxWx4_fp16.cpp
+1
-1
No files found.
example/38_permute/permute_1xHxW_fp16.cpp
View file @
4a6e2701
...
@@ -17,4 +17,4 @@ using DevicePermuteInstance = ck::tensor_operation::device::DevicePermuteImpl
...
@@ -17,4 +17,4 @@ using DevicePermuteInstance = ck::tensor_operation::device::DevicePermuteImpl
#include "run_permute_element_example.inc"
#include "run_permute_element_example.inc"
int
main
()
{
return
!
run_permute_element_example
({
1
,
16
000
,
80
},
{
0
,
2
,
1
});
}
int
main
()
{
return
!
run_permute_element_example
({
1
,
32
000
,
80
},
{
0
,
2
,
1
});
}
example/38_permute/permute_HxWx4_fp16.cpp
View file @
4a6e2701
...
@@ -19,4 +19,4 @@ using DevicePermuteInstance = ck::tensor_operation::device::DevicePermuteImpl
...
@@ -19,4 +19,4 @@ using DevicePermuteInstance = ck::tensor_operation::device::DevicePermuteImpl
#include "run_permute_bundle_example.inc"
#include "run_permute_bundle_example.inc"
int
main
()
{
return
!
run_permute_bundle_example
({
1
,
80
,
16
000
},
{
0
,
2
,
1
});
}
int
main
()
{
return
!
run_permute_bundle_example
({
1
,
80
,
32
000
},
{
0
,
2
,
1
});
}
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