"git@developer.sourcefind.cn:yangql/composable_kernel-1.git" did not exist on "4a51d2da9de3524e96f2abed5f843ff9da535db3"
Unverified Commit c5620ed0 authored by Daming Feng's avatar Daming Feng Committed by GitHub
Browse files

minor fix in gemm client example (#328)

parent 39acaea3
...@@ -63,7 +63,7 @@ int main(int argc, char* argv[]) ...@@ -63,7 +63,7 @@ int main(int argc, char* argv[])
{ {
// use default case // use default case
} }
else if(argc == 5) else if(argc == 7)
{ {
M = std::stoi(argv[1]); M = std::stoi(argv[1]);
N = std::stoi(argv[2]); N = std::stoi(argv[2]);
......
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