From 78a179737366188aea505173e3a935b08c3cef55 Mon Sep 17 00:00:00 2001 From: Willem Jan Palenstijn Date: Wed, 1 Oct 2014 14:25:31 +0200 Subject: Add new compute models --- build/linux/configure.ac | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'build') 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 -- cgit v1.2.3