Update to version 7.1.2

This commit is contained in:
Daniel Bermond
2025-09-23 15:59:18 -03:00
parent e2b3db30a2
commit 2f9c759725
5 changed files with 28 additions and 33 deletions
+11
View File
@@ -0,0 +1,11 @@
--- a/configure
+++ a/configure
@@ -4711,7 +4711,7 @@ set_default nvcc
if enabled cuda_nvcc; then
if $nvcc $nvccflags_default 2>&1 | grep -qi unsupported; then
- nvccflags_default="-gencode arch=compute_60,code=sm_60 -O2"
+ nvccflags_default="-gencode arch=compute_75,code=sm_75 -O2"
fi
fi