Fixing bug with ExtractSubDataset function not fully initializing subdataset (#390)

Этот коммит содержится в:
Stanley Tsang
2021-06-10 14:35:39 -06:00
коммит произвёл GitHub
родитель eea7b24058
Коммит f6f5e16fe6
11 изменённых файлов: 28 добавлений и 13 удалений
+1 -1
Просмотреть файл
@@ -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);