gtest: add scatter, gather and all to all unit tests
[ROCm/rccl commit: fee1a20b74]
This commit is contained in:
@@ -138,5 +138,6 @@ namespace CorrectnessTests
|
||||
// Number of devices
|
||||
testing::Values(2, 4),
|
||||
// In-place or not
|
||||
testing::Values(false)));
|
||||
testing::Values(false),
|
||||
testing::Values("")));
|
||||
} // namespace
|
||||
|
||||
Reference in New Issue
Block a user