gtest: extend testing up to 8 GPUs

这个提交包含在:
Wenkai Du
2020-06-27 21:30:50 +00:00
父节点 964c4c2061
当前提交 8db0aa8f4c
修改 10 个文件,包含 14 行新增14 行删除
+2 -2
查看文件
@@ -59,9 +59,9 @@ namespace CorrectnessTests
ncclFloat64,
ncclBfloat16),
// Number of elements
testing::Values(3072, 3145728),
testing::Values(2520, 3026520),
// 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("")));