Skip to content

Commit

Permalink
cuda+py: also remove sm75
Browse files Browse the repository at this point in the history
Since this is an intermediate compute capability, we don't lose too much
from skipping it.
  • Loading branch information
janden committed Dec 26, 2023
1 parent d44bf09 commit 33a930e
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="50;60;70;75;80" \
-D CMAKE_CUDA_ARCHITECTURES="50;60;70;80" \
-D CMAKE_CUDA_FLAGS="-Wno-deprecated-gpu-targets" \
-D BUILD_TESTING=ON \
..
Expand Down

0 comments on commit 33a930e

Please sign in to comment.