We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6ce0b70 commit c2b9307Copy full SHA for c2b9307
CMakeLists.txt
@@ -40,7 +40,7 @@ include(${TORCH_XPU_OPS_ROOT}/cmake/ONEMKL.cmake)
40
include(${TORCH_XPU_OPS_ROOT}/cmake/BuildFlags.cmake)
41
42
option(USE_XCCL "Build with XCCL support" OFF)
43
-cmake_dependent_option(USE_C10D_XCCL "USE C10D XCCL" ON "USE_DISTRIBUTED;USE_XCCL" OFF)
+option(USE_C10D_XCCL "Build with XCCL support for C10D" ON)
44
45
# -- [ Re-generate the macros file for https://github.com/pytorch/pytorch/pull/147161
46
macro(update_caffe2_macros_file)
0 commit comments