gtest: extend testing up to 8 GPUs

[ROCm/rccl commit: 8db0aa8f4c]
This commit is contained in:
Wenkai Du
2020-06-27 21:30:50 +00:00
förälder 77d94493c3
incheckning ac87c9db37
10 ändrade filer med 14 tillägg och 14 borttagningar
+1 -1
Visa fil
@@ -63,7 +63,7 @@ namespace CorrectnessTests
// Number of elements
testing::Values(1024, 1048576),
// Number of devices
testing::Values(2,3,4),
testing::Values(2,3,4,5,6,7,8),
// In-place or not
testing::Values(false, true),
testing::Values("")));