"vscode:/vscode.git/clone" did not exist on "824cb538b1142e0ca9b7df94e5e6ee100e996109"
Commit 4a6e2701 authored by Po-Yen, Chen's avatar Po-Yen, Chen
Browse files

Use larger shape in examples

parent f56cef53
...@@ -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, 16000, 80}, {0, 2, 1}); } int main() { return !run_permute_element_example({1, 32000, 80}, {0, 2, 1}); }
...@@ -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, 16000}, {0, 2, 1}); } int main() { return !run_permute_bundle_example({1, 80, 32000}, {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