"...composable_kernel.git" did not exist on "22443f7aaec112080e9a884bb047bc01db1c9ffd"
Commit 7f303b3c authored by Po-Yen, Chen's avatar Po-Yen, Chen
Browse files

Enalrge N-dim in example

parent f4d18f41
......@@ -19,5 +19,5 @@ using DevicePermuteInstance = ck::tensor_operation::device::DevicePermute
int main(int argc, char* argv[])
{
return !run_permute_example(argc, argv, {11, 768, 80}, {0, 2, 1});
return !run_permute_example(argc, argv, {121, 768, 80}, {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