Files
ffmpeg-PKGBUILD/080-ffmpeg-cuda13-fix.patch
T
2025-09-23 15:59:18 -03:00

12 lines
320 B
Diff

--- 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