summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWillem Jan Palenstijn <Willem.Jan.Palenstijn@cwi.nl>2018-12-12 11:26:15 +0100
committerWillem Jan Palenstijn <Willem.Jan.Palenstijn@cwi.nl>2018-12-12 11:26:15 +0100
commit76d0a111df258e4e0084dce2b7b60062415bd3fc (patch)
tree2718588fabb13326fa1d6e183e4647d545c0253f
parent6f4b855f45248cb072abca453af523760f68bd62 (diff)
downloadastra-76d0a111df258e4e0084dce2b7b60062415bd3fc.tar.gz
astra-76d0a111df258e4e0084dce2b7b60062415bd3fc.tar.bz2
astra-76d0a111df258e4e0084dce2b7b60062415bd3fc.tar.xz
astra-76d0a111df258e4e0084dce2b7b60062415bd3fc.zip
Add new CUDA compute models
-rw-r--r--build/linux/configure.ac4
1 files changed, 2 insertions, 2 deletions
diff --git a/build/linux/configure.ac b/build/linux/configure.ac
index cb478f7..ffb525a 100644
--- a/build/linux/configure.ac
+++ b/build/linux/configure.ac
@@ -125,9 +125,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 21 30 32 35 37 50 52 53 60 61
+ dnl 10 11 12 13 20 21 30 32 35 37 50 52 53 60 61 62 70 72 75
if test x"$with_cuda_compute" = x; then
- with_cuda_compute="20,30,35,50,60"
+ with_cuda_compute="20,30,35,50,60,70,75"
fi
ASTRA_FIND_NVCC_ARCHS([$with_cuda_compute],NVCCFLAGS_EXTRA,NVCCARCHS)
AC_MSG_RESULT([$NVCCARCHS])