co-authored by
Aniket Shivam
parent
9b8166e3f0
commit
d572cc1aab
@@ -410,6 +410,7 @@ public:
|
||||
LayoutC,
|
||||
ElementCompute,
|
||||
ElementAccumulator,
|
||||
ElementC,
|
||||
cutlass::NumericConverterClamp<ElementC, ElementCompute>
|
||||
>(
|
||||
kConvolutionalOperator,
|
||||
@@ -517,7 +518,7 @@ public:
|
||||
/////////////////////////////////////////////////////////////////////////////////////////////////////////
|
||||
// TestAllConv: Runs cutlass::conv::device::ImplicitGemmConvolution operator and compares it with reference
|
||||
// TestAllConv runs conv operator on default conv problem sizes from test::conv::device::TestbedConv2dProblemSizes
|
||||
// Additionally, each conv2d test can provide conv problem sizes (conv_test_sizes) and blacklist of sizes
|
||||
// Additionally, each conv2d test can provide conv problem sizes (conv_test_sizes) and blacklist of sizes
|
||||
// (conv_blacklist_sizes)
|
||||
/////////////////////////////////////////////////////////////////////////////////////////////////////////////
|
||||
template <typename ImplicitGemm, int InterleavedK>
|
||||
|
||||
Reference in New Issue
Block a user