From ab7da2100b2074a47f43194c335855be9cb8cdba Mon Sep 17 00:00:00 2001 From: sfilippone Date: Tue, 2 Sep 2025 15:46:33 +0200 Subject: [PATCH] Change default CC for CUDA --- configure | 2 +- configure.ac | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/configure b/configure index 4f83aa19..0658f499 100755 --- a/configure +++ b/configure @@ -11139,7 +11139,7 @@ fi if test "x$pac_cv_cudacc" == "x"; then - pac_cv_cudacc="50,60,70,75,80,86"; + pac_cv_cudacc="75,80,86"; CUDA_CC="$pac_cv_cudacc"; fi if (( $pac_cv_cuda_version >= 11070 )) diff --git a/configure.ac b/configure.ac index 2850d275..2f472dea 100644 --- a/configure.ac +++ b/configure.ac @@ -885,7 +885,7 @@ else PAC_ARG_WITH_CUDACC() if test "x$pac_cv_cudacc" == "x"; then - pac_cv_cudacc="50,60,70,75,80,86"; + pac_cv_cudacc="75,80,86"; CUDA_CC="$pac_cv_cudacc"; fi if (( $pac_cv_cuda_version >= 11070 ))