summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWillem Jan Palenstijn <Willem.Jan.Palenstijn@cwi.nl>2014-10-01 14:25:31 +0200
committerWillem Jan Palenstijn <Willem.Jan.Palenstijn@cwi.nl>2014-10-01 14:34:03 +0200
commit78a179737366188aea505173e3a935b08c3cef55 (patch)
treed3bd03a644637bf9a45a21399f971aa106af835e
parentab6dd14eb025c9c260b63ca4014a04b2d81f4fcf (diff)
downloadastra-78a179737366188aea505173e3a935b08c3cef55.tar.gz
astra-78a179737366188aea505173e3a935b08c3cef55.tar.bz2
astra-78a179737366188aea505173e3a935b08c3cef55.tar.xz
astra-78a179737366188aea505173e3a935b08c3cef55.zip
Add new compute models
-rw-r--r--build/linux/configure.ac3
1 files changed, 2 insertions, 1 deletions
diff --git a/build/linux/configure.ac b/build/linux/configure.ac
index de2b2f1..5fe6863 100644
--- a/build/linux/configure.ac
+++ b/build/linux/configure.ac
@@ -123,7 +123,8 @@ AC_MSG_RESULT($HAVECUDA)
if test x"$HAVECUDA" = xyes; then
AC_MSG_CHECKING([for nvcc archs])
- ASTRA_FIND_NVCC_ARCHS([10 12 20 30 35],NVCCFLAGS,NVCCARCHS)
+ dnl 10 11 12 13 20 30 32 35 37 50
+ ASTRA_FIND_NVCC_ARCHS([10 12 20 30 35 50],NVCCFLAGS,NVCCARCHS)
AC_MSG_RESULT($NVCCARCHS)
fi