[HotFix] Fixed a typo in profile_gemm_multiply_multiply (#1425)

* fixed a typo

* clean

---------

Co-authored-by: Jing Zhang <jizhan@fb.com>

[ROCm/composable_kernel commit: f31e8dfa80]
This commit is contained in:
zjing14
2024-07-31 09:19:17 -05:00
committed by GitHub
parent 735984bb5a
commit 807edd542a

View File

@@ -76,7 +76,7 @@ int profile_gemm_multiply_multiply(int argc, char* argv[])
int n_warmup = 1;
int n_iter = 10;
uint64_t rotating = 0;
if(argc == 18)
if(argc == 19)
{
n_warmup = std::stoi(argv[16]);
n_iter = std::stoi(argv[17]);