我正在遵循这个指南https://docs.nvidia.com/video-technologies/video-codec-sdk/ffmpeg-with-nvidia-gpu/在 Ubunut “Ubuntu 16.04.7 LTS” 上安装 ffmpeg
使用 NVIDIA-SMI 455.38
我正在使用图像:nvidia/cuda:11.1-devel-ubuntu16.04,并且它已安装 cuda-toolkit。
运行./configure --enable-nonfree --enable-cuda-nvcc --enable-libnpp --extra-cflags=-I/usr/local/cuda/include --extra-ldflags=-L/usr/local/cuda/lib64
生成这个
错误:检查 nvcc 失败。
日志文件显示此
nvcc -gencode arch=compute_30,code=sm_30 -O2 -m64 -ptx -c -o /tmp/ffconf.WzHPgzvz/test.o /tmp/ffconf.WzHPgzvz/test.cu nvcc fatal: 不支持的 gpu 架构“compute_30”错误:检查 nvcc 失败。