Fix typo in batched gemm profiler (#176)

* forgot passing BatchedCount in some profiler_batched_gemm

* delete default BatchCount

[ROCm/composable_kernel commit: ac0d806650]
This commit is contained in:
Jianfeng Yan
2022-04-07 13:17:15 -05:00
committed by GitHub
parent f846457a87
commit 8a4806a3dc
2 changed files with 15 additions and 8 deletions

View File

@@ -70,7 +70,7 @@ bool profile_batched_gemm_impl(int do_verification,
int StrideA,
int StrideB,
int StrideC,
int BatchCount = 1)
int BatchCount)
{
bool pass = true;