cuda: add CC 10.0 for linux in CUDA v12 (#17025)
Add compute capability 10.0 to the Linux CUDA v12 preset so B200-class devices can use the cuda_v12 backend with drivers that do not meet the CUDA v13 minimum. Fixes #12583
This commit is contained in:
@@ -68,7 +68,7 @@
|
|||||||
"inherits": ["llama_cuda_v12_base"],
|
"inherits": ["llama_cuda_v12_base"],
|
||||||
"binaryDir": "${sourceDir}/../../build/llama-server-cuda_v12",
|
"binaryDir": "${sourceDir}/../../build/llama-server-cuda_v12",
|
||||||
"cacheVariables": {
|
"cacheVariables": {
|
||||||
"CMAKE_CUDA_ARCHITECTURES": "50-virtual;52-virtual;60;61;70;75;80;86;89;90;90a;120"
|
"CMAKE_CUDA_ARCHITECTURES": "50-virtual;52-virtual;60;61;70;75;80;86;89;90;90a;100;120"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user