Skip to content

Commit a066d5c

Browse files
committed
AZP: Update CUDA and gdrcopy versions
1 parent f126bcb commit a066d5c

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

buildlib/az-helpers.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -189,13 +189,13 @@ try_load_cuda_env() {
189189
[ "${num_gpus}" -gt 0 ] || return 0
190190

191191
# Check cuda env module
192-
az_module_load dev/cuda12.5.1 || return 0
192+
az_module_load dev/cuda12.8 || return 0
193193
have_cuda=yes
194194

195195
# Check gdrcopy
196196
if [ -w "/dev/gdrdrv" ]
197197
then
198-
az_module_load dev/gdrcopy2.4.1_cuda12.5.1 && have_gdrcopy=yes
198+
az_module_load dev/gdrcopy2.4.4_cuda12.8.0 && have_gdrcopy=yes
199199
fi
200200
}
201201

buildlib/tools/common.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ WORKSPACE=${WORKSPACE:=$PWD}
44
# build in local directory which goes away when docker exits
55
ucx_build_dir=$HOME/${BUILD_ID}/build
66
ucx_inst=$ucx_build_dir/install
7-
CUDA_MODULE="dev/cuda12.2.2"
8-
GDRCOPY_MODULE="dev/gdrcopy2.3.1-1_cuda12.2.2"
7+
CUDA_MODULE="dev/cuda12.8"
8+
GDRCOPY_MODULE="dev/gdrcopy2.4.4_cuda12.8.0"
99
JDK_MODULE="dev/jdk"
1010
MVN_MODULE="dev/mvn"
1111
XPMEM_MODULE="dev/xpmem-90a95a4"

buildlib/tools/perf-common.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ steps:
1313
1414
case "${{ parameters.Name }}" in
1515
"Build-UCX")
16-
module="/hpc/local/etc/modulefiles/dev/cuda12.1"
16+
module="/hpc/local/etc/modulefiles/dev/cuda12.8"
1717
perfxParams=(--skip-run --source-branch $(Build.SourceBranch) --omb-cuda)
1818
;;
1919
"Perf-test-multi-node")

0 commit comments

Comments
 (0)