mirror of
https://github.com/ROCm/composable_kernel.git
synced 2026-05-14 02:02:46 +00:00
[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:
@@ -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]);
|
||||
|
||||
Reference in New Issue
Block a user