mirror of
https://github.com/microsoft/mscclpp.git
synced 2026-05-11 17:00:22 +00:00
Support CUDA 12.9 (#600)
This commit is contained in:
@@ -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"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user