Fixing bug with ExtractSubDataset function not fully initializing subdataset (#390)
This commit is contained in:
zatwierdzone przez
GitHub
rodzic
eea7b24058
commit
f6f5e16fe6
@@ -14,7 +14,7 @@ namespace CorrectnessTests
|
||||
|
||||
// Allocate data
|
||||
Dataset dataset;
|
||||
dataset.Initialize(numDevices, numElements, dataType, inPlace);
|
||||
dataset.Initialize(numDevices, numElements, dataType, inPlace, ncclCollReduce);
|
||||
|
||||
// Test each possible root
|
||||
for (int root = 0; root < numDevices; root++)
|
||||
|
||||
Reference in New Issue
Block a user