File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -29,6 +29,7 @@ option(ENABLE_OPENMP "Enable OpenMP" ON)
2929option (USE_CUDA "Enable CUDA" OFF )
3030option (USE_ROCM "Enable ROCm" OFF )
3131option (USE_DSP "Enable DSP" OFF )
32+ option (USE_CUDA_ON_DCU "Enable CUDA on DCU" OFF )
3233option (USE_KML "Enable Kunpeng Math Library" OFF )
3334option (USE_SW "Enable SW Architecture" OFF )
3435
@@ -64,7 +65,6 @@ cmake_dependent_option(ENABLE_MLALGO "Enable the machine learning algorithms"
6465 OFF "ENABLE_LCAO;ENABLE_MPI" OFF )
6566
6667cmake_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 )
6868cmake_dependent_option (ENABLE_CUSOLVERMP "Enable cusolvermp" OFF "USE_CUDA" OFF )
6969cmake_dependent_option (ENABLE_CUBLASMP "Enable cublasmp" OFF "ENABLE_CUSOLVERMP" OFF )
7070cmake_dependent_option (ENABLE_NCCL_PARALLEL_DEVICE
You can’t perform that action at this time.
0 commit comments