Skip to content

Commit

Permalink
cuda+py: remove sm35
Browse files Browse the repository at this point in the history
This is an old compute capability that we no longer need to support
(these cards are 8+ years old at this point). If users need this, they
will have to compile from source.
  • Loading branch information
janden committed Dec 22, 2023
1 parent 9ba0355 commit d44bf09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/cufinufft/build-library.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ cd /io/build
cmake -D FINUFFT_USE_CUDA=ON \
-D FINUFFT_USE_CPU=OFF \
-D FINUFFT_BUILD_TESTS=ON \
-D CMAKE_CUDA_ARCHITECTURES="35;50;60;70;75;80" \
-D CMAKE_CUDA_ARCHITECTURES="50;60;70;75;80" \
-D CMAKE_CUDA_FLAGS="-Wno-deprecated-gpu-targets" \
-D BUILD_TESTING=ON \
..
Expand Down

0 comments on commit d44bf09

Please sign in to comment.