Skip to content

Commit

Permalink
Restrict the NVRTC configs to sm70.
Browse files Browse the repository at this point in the history
  • Loading branch information
alliepiper committed Aug 30, 2023
1 parent 892e8af commit 06ff31a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion CMakePresets.json
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,8 @@
"hidden": true,
"inherits": "libcudacxx-base",
"cacheVariables": {
"LIBCUDACXX_TEST_WITH_NVRTC": true
"LIBCUDACXX_TEST_WITH_NVRTC": true,
"CMAKE_CUDA_ARCHITECTURES": "70"
}
},
{
Expand Down

0 comments on commit 06ff31a

Please sign in to comment.