Support CUDA 12.9 (#600)

This commit is contained in:
Changho Hwang
2025-08-08 12:02:50 -07:00
committed by GitHub
parent 9650e5c37e
commit 2c04b1be3d
4 changed files with 9 additions and 8 deletions

View File

@@ -3,7 +3,7 @@
"build": {
"dockerfile": "Dockerfile",
"args": {
"BASE_IMAGE": "ghcr.io/microsoft/mscclpp/mscclpp:base-dev-cuda12.8",
"BASE_IMAGE": "ghcr.io/microsoft/mscclpp/mscclpp:base-dev-cuda12.9",
"USERNAME": "devuser",
"SSH_PORT": "22345"
}
@@ -31,10 +31,8 @@
"/usr/local/cuda/include",
"/usr/include"
],
"C_Cpp.default.compilerPath": "/usr/bin/gcc",
"C_Cpp.default.cStandard": "c17",
"C_Cpp.default.cppStandard": "c++17",
"C_Cpp.default.intelliSenseMode": "linux-gcc-x64"
"C_Cpp.default.cppStandard": "c++17"
}
}
},