gtest: dynamically generate tests based on test machine's GPU count (#467)

* gtest: dynamically generate tests based on test machine's GPU count

* Adjust test element size and bfloat16 threshold for up to 16 GPUs

[ROCm/rccl commit: 03a830293c]
此提交包含在:
Wenkai Du
2021-11-16 10:28:26 -08:00
提交者 GitHub
父節點 5bc7a6b858
當前提交 a14a57ea71
共有 14 個檔案被更改,包括 30 行新增15 行删除
+1 -1
查看文件
@@ -63,7 +63,7 @@ namespace CorrectnessTests
// Number of elements
testing::Values(1024, 1048576),
// Number of devices
testing::Values(2,3,4,5,6,7,8),
testing::Range(2,(GTESTS_NUM_GPUS+1)),
// In-place or not
testing::Values(false, true),
testing::Values("")),