You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Remove the use_vaapi and use_nvidia Cargo features. Instead:
Always require libva on x86 Linux, checked with pkg-config.
If cuda.h exists, build with NVidia hardware acceleration support.
If you don't have an NVidia GPU, you probably don't have the CUDA
Toolkit installed, so the default build failed before. The only
reason to have the CUDA Toolkit installed if you don't have an
NVidia GPU is if you're building a binary that might be used on
machines with an NVidia GPU, which isn't necessary for development.
Also, allow specifying a non-default path for the CUDA Toolkit
with the CUDA_HOME environment variable.
0 commit comments