gtest: add scatter, gather and all to all unit tests
[ROCm/rccl commit: fee1a20b74]
Этот коммит содержится в:
@@ -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
|
||||
|
||||
Ссылка в новой задаче
Block a user