Update to version 4.4

This commit is contained in:
Daniel Bermond
2021-04-09 22:03:47 +00:00
parent 9f9801f652
commit f2d5240630
4 changed files with 43 additions and 50 deletions
+15
View File
@@ -0,0 +1,15 @@
--- a/configure
+++ b/configure
@@ -4351,10 +4351,10 @@ fi
if enabled cuda_nvcc; then
nvcc_default="nvcc"
- nvccflags_default="-gencode arch=compute_30,code=sm_30 -O2"
+ nvccflags_default="-gencode arch=compute_52,code=sm_52 -O2"
else
nvcc_default="clang"
- nvccflags_default="--cuda-gpu-arch=sm_30 -O2"
+ nvccflags_default="--cuda-gpu-arch=sm_52 -O2"
NVCC_C=""
fi