mirror of
https://github.com/ROCm/composable_kernel.git
synced 2026-05-14 02:02:46 +00:00
minor fix in gemm client example (#328)
[ROCm/composable_kernel commit: c5620ed0ca]
This commit is contained in:
@@ -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]);
|
||||
|
||||
Reference in New Issue
Block a user