Skip to content

Commit 925746b

Browse files
committed
AZP: Upgrade CUDA modules to ver 13.0.2
Signed-off-by: Alexey Rivkin <[email protected]>
1 parent 5a54327 commit 925746b

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

buildlib/az-helpers.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -199,14 +199,14 @@ try_load_cuda_env() {
199199
have_cuda="${cuda_local_dir}"
200200
else
201201
# Fallback to env module
202-
az_module_load dev/cuda13.0.0 || return 0
202+
az_module_load dev/cuda13.0.2 || return 0
203203
have_cuda=yes
204204
fi
205205

206206
# Check gdrcopy
207207
if [ -w "/dev/gdrdrv" ]
208208
then
209-
az_module_load dev/gdrcopy2.5.1_cuda13.0.0 && have_gdrcopy=yes
209+
az_module_load dev/gdrcopy2.5.1_cuda13.0.2 && have_gdrcopy=yes
210210
fi
211211
}
212212

buildlib/tools/common.sh

Lines changed: 2 additions & 2 deletions
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/cuda13.0.0"
8-
GDRCOPY_MODULE="dev/gdrcopy2.5.1_cuda13.0.0"
7+
CUDA_MODULE="dev/cuda13.0.2"
8+
GDRCOPY_MODULE="dev/gdrcopy2.5.1_cuda13.0.2"
99
JDK_MODULE="dev/jdk"
1010
MVN_MODULE="dev/mvn"
1111
XPMEM_MODULE="dev/xpmem-90a95a4"

buildlib/tools/perf-common.yml

Lines changed: 1 addition & 1 deletion
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/cuda13.0.0"
16+
module="/hpc/local/etc/modulefiles/dev/cuda13.0.2"
1717
perfxParams=(--skip-run --source-branch $(Build.SourceBranch) --omb-cuda)
1818
;;
1919
"Perf-test-multi-node")

0 commit comments

Comments
 (0)