Commit 6db9c6b1 authored by iq136boy's avatar iq136boy
Browse files

minor fix in gemm client example

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