Removing in-place tests from Combined calls (no support for send/recv)

[ROCm/rccl commit: 01a998b17c]
Этот коммит содержится в:
Gilbert Lee
2021-01-28 20:09:03 +00:00
родитель c981e76efe
Коммит 6bf9b0d36a
+1 -1
Просмотреть файл
@@ -114,7 +114,7 @@ namespace CorrectnessTests
// Number of devices
testing::Values(2,3,4,5,6,7,8),
// In-place or not
testing::Values(false, true),
testing::Values(false),
testing::Values("RCCL_ALLTOALL_KERNEL_DISABLE=1", "RCCL_ENABLE_CLIQUE=0", "RCCL_ENABLE_CLIQUE=1")),
CorrectnessTest::PrintToStringParamName());
} // namespace