We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a1fe462 commit b2be2efCopy full SHA for b2be2ef
1 file changed
CMakeLists.txt
@@ -65,8 +65,8 @@ cmake_dependent_option(ENABLE_MLALGO "Enable the machine learning algorithms"
65
66
cmake_dependent_option(USE_CUDA_MPI "Enable CUDA-aware MPI" OFF "USE_CUDA" OFF)
67
cmake_dependent_option(USE_CUDA_ON_DCU "Enable CUDA on DCU" OFF "USE_CUDA" OFF)
68
-cmake_dependent_option(ENABLE_CUBLASMP "Enable cublasmp" OFF "USE_CUDA" OFF)
69
cmake_dependent_option(ENABLE_CUSOLVERMP "Enable cusolvermp" OFF "USE_CUDA" OFF)
+cmake_dependent_option(ENABLE_CUBLASMP "Enable cublasmp" OFF "ENABLE_CUSOLVERMP" OFF)
70
cmake_dependent_option(ENABLE_NCCL_PARALLEL_DEVICE
71
"Enable NCCL-backed collectives in parallel_device"
72
OFF "USE_CUDA;ENABLE_MPI" OFF)
0 commit comments