Skip to content

Commit

Permalink
Remove compute arch hint.
Browse files Browse the repository at this point in the history
This doesn't seem to be used anymore. Now the raw value of
CMAKE_CUDA_ARCHITECTURES is written to lit's site config
regardless of how LIBCUDACXX_COMPUTE_ARCHS is set.
  • Loading branch information
alliepiper committed Aug 26, 2023
1 parent 93228e4 commit 892e8af
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions CMakePresets.json
Original file line number Diff line number Diff line change
Expand Up @@ -81,8 +81,7 @@
"hidden": true,
"inherits": "libcudacxx-base",
"cacheVariables": {
"LIBCUDACXX_TEST_WITH_NVRTC": true,
"LIBCUDACXX_COMPUTE_ARCHS": "70"
"LIBCUDACXX_TEST_WITH_NVRTC": true
}
},
{
Expand Down

0 comments on commit 892e8af

Please sign in to comment.