File tree 3 files changed +5
-5
lines changed
3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -189,13 +189,13 @@ try_load_cuda_env() {
189
189
[ " ${num_gpus} " -gt 0 ] || return 0
190
190
191
191
# Check cuda env module
192
- az_module_load dev/cuda12.5.1 || return 0
192
+ az_module_load dev/cuda12.8 || return 0
193
193
have_cuda=yes
194
194
195
195
# Check gdrcopy
196
196
if [ -w " /dev/gdrdrv" ]
197
197
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
199
199
fi
200
200
}
201
201
Original file line number Diff line number Diff line change @@ -4,8 +4,8 @@ WORKSPACE=${WORKSPACE:=$PWD}
4
4
# build in local directory which goes away when docker exits
5
5
ucx_build_dir=$HOME /${BUILD_ID} /build
6
6
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 "
9
9
JDK_MODULE=" dev/jdk"
10
10
MVN_MODULE=" dev/mvn"
11
11
XPMEM_MODULE=" dev/xpmem-90a95a4"
Original file line number Diff line number Diff line change 13
13
14
14
case "${{ parameters.Name }}" in
15
15
"Build-UCX")
16
- module="/hpc/local/etc/modulefiles/dev/cuda12.1 "
16
+ module="/hpc/local/etc/modulefiles/dev/cuda12.8 "
17
17
perfxParams=(--skip-run --source-branch $(Build.SourceBranch) --omb-cuda)
18
18
;;
19
19
"Perf-test-multi-node")
You can’t perform that action at this time.
0 commit comments