Jaded-Encoding-Thaumaturgy / vs-denoise

VapourSynth denoising, regression, and motion compensation functions
MIT License
18 stars 6 forks source link

Add fallback to GPU/CPU for systems with cuda installed but currently have an AMD/Intel card in them #120

Closed BReza27 closed 4 months ago

BReza27 commented 5 months ago

I have a system with drivers for Nvidia as well as AMD due to having different use cases for each card. Instead of failing when it finds cuda and can't run it should automatically fallback to something else and raise an error.

Setsugennoao commented 4 months ago

Not planned, fix your install I would have to fetch GPU information every time when running any GPU filter to fix this edge case, not happening.