Sophie

Sophie

distrib > Mageia > 8 > armv7hl > by-pkgid > b81dcd79a038111848f6a756839e811b > files > 4

cuda-z-0.11.291-1.mga8.nonfree.src.rpm

diff -up cuda-z-0.11.291/cuda-z.pro.arch cuda-z-0.11.291/cuda-z.pro
--- cuda-z-0.11.291/cuda-z.pro.arch	2021-01-01 22:45:28.681966347 +0100
+++ cuda-z-0.11.291/cuda-z.pro	2021-01-01 22:46:07.229971178 +0100
@@ -55,7 +55,7 @@ mac: {
 SM_CONFIG = $$find(CONFIG, sm_.*)
 isEmpty(SM_CONFIG): CONFIG += sm_all
 
-sm_all:CONFIG += sm_30 sm_32 sm_35 sm_37 sm_50 sm_52 sm_53 sm_60 sm_61 sm_62
+sm_all:CONFIG += sm_35 sm_37 sm_50 sm_52 sm_53 sm_60 sm_61 sm_62 sm_70 sm_72 sm_75 sm_80
 
 sm_10:CUFLAGS += -gencode=arch=compute_10,code=sm_10 \
 	-gencode=arch=compute_10,code=compute_10
@@ -105,6 +105,12 @@ sm_70:CUFLAGS += -gencode arch=compute_7
 sm_72:CUFLAGS += -gencode arch=compute_72,code=sm_72 \
 	-gencode arch=compute_72,code=compute_72
 
+sm_75:CUFLAGS += -gencode arch=compute_75,code=sm_75 \
+	-gencode arch=compute_75,code=compute_75
+
+sm_80:CUFLAGS += -gencode arch=compute_80,code=sm_80 \
+	-gencode arch=compute_80,code=compute_80
+
 win32:INCLUDEPATH += $$quote($$replace(CZ_BUILD_SRC_DIR, /, \\))
 else:INCLUDEPATH += $$CZ_BUILD_SRC_DIR