From a14912858e71392e9240c87e7e162d5d203dcb4e Mon Sep 17 00:00:00 2001 From: Jeffrey Morgan Date: Fri, 28 Feb 2025 13:12:31 -0800 Subject: [PATCH] build: add compute capability 12.0 to CUDA 12 preset (#9426) Focuses initial Blackwell support on compute capability 12.0 which includes the 50x series of GeForce cards. In the future additional compute capabilities may be added --- CMakePresets.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakePresets.json b/CMakePresets.json index 6b6545337..442cb2a6d 100644 --- a/CMakePresets.json +++ b/CMakePresets.json @@ -28,7 +28,7 @@ "name": "CUDA 12", "inherits": [ "CUDA" ], "cacheVariables": { - "CMAKE_CUDA_ARCHITECTURES": "50;60;61;70;75;80;86;87;89;90;90a;100" + "CMAKE_CUDA_ARCHITECTURES": "50;60;61;70;75;80;86;87;89;90;90a;120" } }, {