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
f4d18f41
Commit
f4d18f41
authored
Sep 12, 2022
by
Po-Yen, Chen
Browse files
Enlarge tensor size in example
parent
0fc7dc6a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
example/37_permute/permute_HxWx4_fp16.cpp
example/37_permute/permute_HxWx4_fp16.cpp
+1
-1
No files found.
example/37_permute/permute_HxWx4_fp16.cpp
View file @
f4d18f41
...
@@ -20,5 +20,5 @@ using DevicePermuteInstance = ck::tensor_operation::device::DevicePermute
...
@@ -20,5 +20,5 @@ using DevicePermuteInstance = ck::tensor_operation::device::DevicePermute
int
main
(
int
argc
,
char
*
argv
[])
int
main
(
int
argc
,
char
*
argv
[])
{
{
return
!
run_permute_example
(
argc
,
argv
,
{
1
,
64
,
32
},
{
0
,
2
,
1
});
return
!
run_permute_example
(
argc
,
argv
,
{
1
,
80
,
16000
},
{
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