gtest: add scatter, gather and all to all unit tests

[ROCm/rccl commit: fee1a20b74]
This commit is contained in:
Wenkai Du
2020-04-28 16:26:42 -07:00
parent e7dd92dc87
commit d1f8fdc3a8
17 changed files with 380 additions and 24 deletions
+2 -1
View File
@@ -109,5 +109,6 @@ namespace CorrectnessTests
// Number of devices
testing::Values(2,3,4),
// In-place or not
testing::Values(false, true)));
testing::Values(false, true),
testing::Values("")));
} // namespace