Fix typos in test/unit/conv/cache_testbed_output.h (#1652)

Co-authored-by: Alexander Zinoviev <azinoviev@tesla.com>
This commit is contained in:
Alexander Zinoviev 2024-10-07 09:39:11 -07:00 committed by GitHub
parent b27c49e84a
commit 477a677317
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -659,7 +659,7 @@ inline CachedTestKey CreateCachedConv2dTestKey(
ElementCompute alpha,
ElementCompute beta,
cutlass::TensorView<ElementA, LayoutA> A,
cutlass::TensorView<ElementA, LayoutB> B,
cutlass::TensorView<ElementB, LayoutB> B,
cutlass::TensorView<ElementC, LayoutC> C
) {
@ -711,7 +711,7 @@ inline CachedTestKey CreateCachedConv2dWithBroadcastTestKey(
ElementCompute alpha,
ElementCompute beta,
cutlass::TensorView<ElementA, LayoutA> A,
cutlass::TensorView<ElementA, LayoutB> B,
cutlass::TensorView<ElementB, LayoutB> B,
cutlass::TensorView<ElementC, LayoutC> C
) {
@ -763,7 +763,7 @@ inline CachedTestKey CreateCachedConv2dWithReductionTestKey(
ElementCompute alpha,
ElementCompute beta,
cutlass::TensorView<ElementA, LayoutA> A,
cutlass::TensorView<ElementA, LayoutB> B,
cutlass::TensorView<ElementB, LayoutB> B,
cutlass::TensorView<ElementC, LayoutC> C
) {
@ -814,7 +814,7 @@ inline CachedTestKey CreateCachedConv3dTestKey(
ElementCompute alpha,
ElementCompute beta,
cutlass::TensorView<ElementA, LayoutA> A,
cutlass::TensorView<ElementA, LayoutB> B,
cutlass::TensorView<ElementB, LayoutB> B,
cutlass::TensorView<ElementC, LayoutC> C
) {