Skip to content

Commit

Permalink
Build for all-major architectures in presets.
Browse files Browse the repository at this point in the history
We can get away with this because we require CMake 3.23.1.
This was added in 3.23.
  • Loading branch information
alliepiper committed Apr 5, 2024
1 parent fccfd44 commit b121823
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakePresets.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"binaryDir": "${sourceDir}/build/$env{CCCL_BUILD_INFIX}/${presetName}",
"cacheVariables": {
"CMAKE_BUILD_TYPE": "Release",
"CMAKE_CUDA_ARCHITECTURES": "60;70;80",
"CMAKE_CUDA_ARCHITECTURES": "all-major",
"NVBench_ENABLE_CUPTI": true,
"NVBench_ENABLE_DEVICE_TESTING": false,
"NVBench_ENABLE_EXAMPLES": true,
Expand Down

0 comments on commit b121823

Please sign in to comment.