File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11yum-config-manager --add-repo https://developer.download.nvidia.com/compute/cuda/repos/rhel7/x86_64/cuda-rhel7.repo
22yum install --setopt=obsoletes=0 -y \
3- cuda-nvcc-11-2 \
4- cuda-cudart-devel-11-2 \
5- libcurand-devel-11-2 \
6- libcublas-devel-11-2 \
7- cuda-nvprof-11-2 \
3+ cuda-nvcc-11-4 \
4+ cuda-cudart-devel-11-4 \
5+ libcurand-devel-11-4 \
6+ libcublas-devel-11-4 \
7+ cuda-nvprof-11-4 \
88 ninja-build
9- ln -s cuda-11.2 /usr/local/cuda
9+ ln -s cuda-11.4 /usr/local/cuda
Original file line number Diff line number Diff line change 1414 add_cython_target (_cuda CXX )
1515
1616 # use rapids-cmake to install dependencies
17- file (DOWNLOAD https://raw.githubusercontent.com/rapidsai/rapids-cmake/branch-23.08 /RAPIDS.cmake
17+ file (DOWNLOAD https://raw.githubusercontent.com/rapidsai/rapids-cmake/branch-23.12 /RAPIDS.cmake
1818 ${CMAKE_BINARY_DIR} /RAPIDS.cmake )
1919 include (${CMAKE_BINARY_DIR} /RAPIDS.cmake )
2020 include (rapids-cmake )
@@ -57,10 +57,10 @@ else()
5757 # get raft
5858 # note: we're using RAFT in header only mode right now - mainly to reduce binary
5959 # size of the compiled wheels
60- rapids_cpm_find (raft 23.08
60+ rapids_cpm_find (raft 23.12
6161 CPM_ARGS
6262 GIT_REPOSITORY https://github.com/rapidsai/raft.git
63- GIT_TAG branch-23.08
63+ GIT_TAG branch-23.12
6464 DOWNLOAD_ONLY YES
6565 )
6666 include_directories (${raft_SOURCE_DIR} /cpp/include )
You can’t perform that action at this time.
0 commit comments