Fixing bug with ExtractSubDataset function not fully initializing subdataset (#390)
Этот коммит содержится в:
коммит произвёл
GitHub
родитель
eea7b24058
Коммит
f6f5e16fe6
@@ -15,7 +15,7 @@ namespace CorrectnessTests
|
||||
|
||||
// Prepare input / output / expected results
|
||||
Dataset dataset;
|
||||
dataset.Initialize(numDevices, numElements, dataType, inPlace);
|
||||
dataset.Initialize(numDevices, numElements, dataType, inPlace, ncclCollReduceScatter);
|
||||
FillDatasetWithPattern(dataset);
|
||||
ComputeExpectedResults(dataset, op);
|
||||
|
||||
|
||||
Ссылка в новой задаче
Block a user