This commit is contained in:
Changho Hwang
2026-03-06 19:40:34 +00:00
parent bbb9c10a1e
commit 60ff32c014
2 changed files with 3 additions and 2 deletions

View File

@@ -143,7 +143,7 @@ jobs:
strategy:
matrix:
cuda12:
containerImage: ghcr.io/microsoft/mscclpp/mscclpp:base-dev-cuda12.4
containerImage: ghcr.io/microsoft/mscclpp/mscclpp:base-dev-cuda12.9
container:
image: $(containerImage)
@@ -165,7 +165,7 @@ jobs:
strategy:
matrix:
cuda12:
containerImage: ghcr.io/microsoft/mscclpp/mscclpp:base-dev-cuda12.4
containerImage: ghcr.io/microsoft/mscclpp/mscclpp:base-dev-cuda12.9
container:
image: $(containerImage)

View File

@@ -24,6 +24,7 @@ extraLdPathTable=(
declare -A ofedVersionTable
ofedVersionTable=(
["cuda11.8"]="23.07-0.5.1.2"
["cuda12.4"]="23.07-0.5.1.2"
["cuda12.8"]="24.10-1.1.4.0"
["cuda12.9"]="24.10-1.1.4.0"