mirror of
https://github.com/ROCm/composable_kernel.git
synced 2026-05-14 02:02:46 +00:00
fix the optional ckProfiler grouped_gemm arguments (#1368)
[ROCm/composable_kernel commit: 497ccb872b]
This commit is contained in:
@@ -98,8 +98,8 @@ int profile_grouped_gemm(int argc, char* argv[])
|
||||
int n_iter = 10;
|
||||
if(argc == 17)
|
||||
{
|
||||
n_warmup = std::stoi(argv[16]);
|
||||
n_iter = std::stoi(argv[17]);
|
||||
n_warmup = std::stoi(argv[15]);
|
||||
n_iter = std::stoi(argv[16]);
|
||||
}
|
||||
|
||||
#ifdef CK_ENABLE_FP16
|
||||
|
||||
Reference in New Issue
Block a user