From 6bf9b0d36acffd105c2248e73249aaf3bb1a847e Mon Sep 17 00:00:00 2001 From: Gilbert Lee Date: Thu, 28 Jan 2021 20:09:03 +0000 Subject: [PATCH] Removing in-place tests from Combined calls (no support for send/recv) [ROCm/rccl commit: 01a998b17c20ae09b7c77814d6b52c6882dd2eaf] --- projects/rccl/test/test_CombinedCalls.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/rccl/test/test_CombinedCalls.cpp b/projects/rccl/test/test_CombinedCalls.cpp index aa842975bd..dc6ac1fc2d 100644 --- a/projects/rccl/test/test_CombinedCalls.cpp +++ b/projects/rccl/test/test_CombinedCalls.cpp @@ -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