diff options
author | Willem Jan Palenstijn <Willem.Jan.Palenstijn@cwi.nl> | 2014-10-01 14:25:31 +0200 |
---|---|---|
committer | Willem Jan Palenstijn <Willem.Jan.Palenstijn@cwi.nl> | 2014-10-01 14:34:03 +0200 |
commit | 78a179737366188aea505173e3a935b08c3cef55 (patch) | |
tree | d3bd03a644637bf9a45a21399f971aa106af835e /build/linux/configure.ac | |
parent | ab6dd14eb025c9c260b63ca4014a04b2d81f4fcf (diff) | |
download | astra-78a179737366188aea505173e3a935b08c3cef55.tar.gz astra-78a179737366188aea505173e3a935b08c3cef55.tar.bz2 astra-78a179737366188aea505173e3a935b08c3cef55.tar.xz astra-78a179737366188aea505173e3a935b08c3cef55.zip |
Add new compute models
Diffstat (limited to 'build/linux/configure.ac')
-rw-r--r-- | build/linux/configure.ac | 3 |
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 |