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 12:39:11 -04:00
committed by GitHub
co-authored by Alexander Zinoviev
parent b27c49e84a
commit 477a677317
+4 -4
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
) {