Commit f4d18f41 authored by Po-Yen, Chen's avatar Po-Yen, Chen
Browse files

Enlarge tensor size in example

parent 0fc7dc6a
...@@ -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});
} }
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment