mirror of
https://github.com/ROCm/composable_kernel.git
synced 2026-05-20 04:49:54 +00:00
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:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user