Updates and Bug fixes to CUTLASS 3.3 (#1232)
This commit is contained in:
@@ -742,7 +742,7 @@ bool TestAllConv2d(
|
||||
}
|
||||
// Sweep split-k-slice using serial and prallel reduction with non-unity alpha and non-zero beta for
|
||||
// a single conv2d problem size. Convolution unit tests take a long time to run so only sweep parameters
|
||||
// which are abolutely necessary to catch functional bugs. The below code does provide option to sweep
|
||||
// which are abolutely necessary to catch functional bugs. The below code does provide option to sweep
|
||||
// alpha and beta for local testing, but only runs one value for alpha and beta.
|
||||
cutlass::conv::Conv2dProblemSize conv2d_split_k_test_size (
|
||||
{1, 17, 11, 288}, // input size (NHWC)
|
||||
|
||||
Reference in New Issue
Block a user