Skip to content

Commit ef85e98

Browse files
committed
CuBLASMp requires cuSolverMp
1 parent 29b8b1c commit ef85e98

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,8 +65,8 @@ cmake_dependent_option(ENABLE_MLALGO "Enable the machine learning algorithms"
6565

6666
cmake_dependent_option(USE_CUDA_MPI "Enable CUDA-aware MPI" OFF "USE_CUDA" OFF)
6767
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)
6968
cmake_dependent_option(ENABLE_CUSOLVERMP "Enable cusolvermp" OFF "USE_CUDA" OFF)
69+
cmake_dependent_option(ENABLE_CUBLASMP "Enable cublasmp" OFF "ENABLE_CUSOLVERMP" OFF)
7070
cmake_dependent_option(ENABLE_NCCL_PARALLEL_DEVICE
7171
"Enable NCCL-backed collectives in parallel_device"
7272
OFF "USE_CUDA;ENABLE_MPI" OFF)

0 commit comments

Comments
 (0)