diff --git a/test/unit/conv/cache_testbed_output.h b/test/unit/conv/cache_testbed_output.h index 4f3981e8..eec63a79 100644 --- a/test/unit/conv/cache_testbed_output.h +++ b/test/unit/conv/cache_testbed_output.h @@ -659,7 +659,7 @@ inline CachedTestKey CreateCachedConv2dTestKey( ElementCompute alpha, ElementCompute beta, cutlass::TensorView A, - cutlass::TensorView B, + cutlass::TensorView B, cutlass::TensorView C ) { @@ -711,7 +711,7 @@ inline CachedTestKey CreateCachedConv2dWithBroadcastTestKey( ElementCompute alpha, ElementCompute beta, cutlass::TensorView A, - cutlass::TensorView B, + cutlass::TensorView B, cutlass::TensorView C ) { @@ -763,7 +763,7 @@ inline CachedTestKey CreateCachedConv2dWithReductionTestKey( ElementCompute alpha, ElementCompute beta, cutlass::TensorView A, - cutlass::TensorView B, + cutlass::TensorView B, cutlass::TensorView C ) { @@ -814,7 +814,7 @@ inline CachedTestKey CreateCachedConv3dTestKey( ElementCompute alpha, ElementCompute beta, cutlass::TensorView A, - cutlass::TensorView B, + cutlass::TensorView B, cutlass::TensorView C ) {