Update to version 7.1.2
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user