From: Matthieu Patou <[email protected]>

compute_30 seems to be removed from CUDA SDK 11.0

Suggested-by: [email protected]
Signed-off-by: Anton Khirnov <[email protected]>
---
 configure | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/configure b/configure
index 6bfd98b384..d9e649d030 100755
--- a/configure
+++ b/configure
@@ -4381,7 +4381,7 @@ fi
 
 if enabled cuda_nvcc; then
     nvcc_default="nvcc"
-    nvccflags_default="-gencode arch=compute_30,code=sm_30 -O2"
+    nvccflags_default="-gencode arch=compute_35,code=sm_35 -O2"
 else
     nvcc_default="clang"
     nvccflags_default="--cuda-gpu-arch=sm_30 -O2"
-- 
2.30.2

_______________________________________________
ffmpeg-devel mailing list
[email protected]
https://ffmpeg.org/mailman/listinfo/ffmpeg-devel

To unsubscribe, visit link above, or email
[email protected] with subject "unsubscribe".

Reply via email to