Fix typos in test/unit/conv/cache_testbed_output.h (#1652)
Co-authored-by: Alexander Zinoviev <azinoviev@tesla.com>
This commit is contained in:
parent
b27c49e84a
commit
477a677317
@ -659,7 +659,7 @@ inline CachedTestKey CreateCachedConv2dTestKey(
|
|||||||
ElementCompute alpha,
|
ElementCompute alpha,
|
||||||
ElementCompute beta,
|
ElementCompute beta,
|
||||||
cutlass::TensorView<ElementA, LayoutA> A,
|
cutlass::TensorView<ElementA, LayoutA> A,
|
||||||
cutlass::TensorView<ElementA, LayoutB> B,
|
cutlass::TensorView<ElementB, LayoutB> B,
|
||||||
cutlass::TensorView<ElementC, LayoutC> C
|
cutlass::TensorView<ElementC, LayoutC> C
|
||||||
) {
|
) {
|
||||||
|
|
||||||
@ -711,7 +711,7 @@ inline CachedTestKey CreateCachedConv2dWithBroadcastTestKey(
|
|||||||
ElementCompute alpha,
|
ElementCompute alpha,
|
||||||
ElementCompute beta,
|
ElementCompute beta,
|
||||||
cutlass::TensorView<ElementA, LayoutA> A,
|
cutlass::TensorView<ElementA, LayoutA> A,
|
||||||
cutlass::TensorView<ElementA, LayoutB> B,
|
cutlass::TensorView<ElementB, LayoutB> B,
|
||||||
cutlass::TensorView<ElementC, LayoutC> C
|
cutlass::TensorView<ElementC, LayoutC> C
|
||||||
) {
|
) {
|
||||||
|
|
||||||
@ -763,7 +763,7 @@ inline CachedTestKey CreateCachedConv2dWithReductionTestKey(
|
|||||||
ElementCompute alpha,
|
ElementCompute alpha,
|
||||||
ElementCompute beta,
|
ElementCompute beta,
|
||||||
cutlass::TensorView<ElementA, LayoutA> A,
|
cutlass::TensorView<ElementA, LayoutA> A,
|
||||||
cutlass::TensorView<ElementA, LayoutB> B,
|
cutlass::TensorView<ElementB, LayoutB> B,
|
||||||
cutlass::TensorView<ElementC, LayoutC> C
|
cutlass::TensorView<ElementC, LayoutC> C
|
||||||
) {
|
) {
|
||||||
|
|
||||||
@ -814,7 +814,7 @@ inline CachedTestKey CreateCachedConv3dTestKey(
|
|||||||
ElementCompute alpha,
|
ElementCompute alpha,
|
||||||
ElementCompute beta,
|
ElementCompute beta,
|
||||||
cutlass::TensorView<ElementA, LayoutA> A,
|
cutlass::TensorView<ElementA, LayoutA> A,
|
||||||
cutlass::TensorView<ElementA, LayoutB> B,
|
cutlass::TensorView<ElementB, LayoutB> B,
|
||||||
cutlass::TensorView<ElementC, LayoutC> C
|
cutlass::TensorView<ElementC, LayoutC> C
|
||||||
) {
|
) {
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user