diff options
author | Willem Jan Palenstijn <Willem.Jan.Palenstijn@cwi.nl> | 2016-11-21 16:59:34 +0100 |
---|---|---|
committer | Willem Jan Palenstijn <Willem.Jan.Palenstijn@cwi.nl> | 2016-11-21 17:04:31 +0100 |
commit | 88ef7076c710c4482d923d1f8a33ec0dec031d7f (patch) | |
tree | b1e52b615494c5a0e214bf42a5c34e71f593aae1 /build/linux | |
parent | fab3c9ab472f1044f8aaf5d08f398f08995ba338 (diff) | |
download | astra-88ef7076c710c4482d923d1f8a33ec0dec031d7f.tar.gz astra-88ef7076c710c4482d923d1f8a33ec0dec031d7f.tar.bz2 astra-88ef7076c710c4482d923d1f8a33ec0dec031d7f.tar.xz astra-88ef7076c710c4482d923d1f8a33ec0dec031d7f.zip |
Update tested cuda compute capabilities
Diffstat (limited to 'build/linux')
-rw-r--r-- | build/linux/configure.ac | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/build/linux/configure.ac b/build/linux/configure.ac index 96be24c..7ccc8f5 100644 --- a/build/linux/configure.ac +++ b/build/linux/configure.ac @@ -133,9 +133,9 @@ fi AC_ARG_WITH(cuda_compute, [[ --with-cuda-compute=archs comma separated list of CUDA compute models (optional)]],,) if test x"$HAVECUDA" = xyes; then AC_MSG_CHECKING([for nvcc archs]) - dnl 10 11 12 13 20 30 32 35 37 50 + dnl 10 11 12 13 20 21 30 32 35 37 50 52 53 60 61 if test x"$with_cuda_compute" = x; then - with_cuda_compute="10,12,20,30,35,50" + with_cuda_compute="20,30,35,50,60" fi ASTRA_FIND_NVCC_ARCHS([$with_cuda_compute],NVCCFLAGS_EXTRA,NVCCARCHS) AC_MSG_RESULT([$NVCCARCHS]) |