diff options
-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 |