DeclanRussell / NvidiaAIDenoiser

A simple implementation of Nvidia's AI denoiser
MIT License
398 stars 52 forks source link

"unknown exception" #14

Closed ChristopheMoreau closed 5 years ago

ChristopheMoreau commented 5 years ago

I, and thanks a lot for your awesome tool!

I'm wondering if you already had this error on a K2000 or K2100M nvidia's gpu? (with latest Quadro Drivers) Actually it doesn't work at all on those Graphic Cards. Do you know why?

Thanks a lot.

DeclanRussell commented 5 years ago

Np glad you like it. Unfortunately the denoiser will only work on Nvidia GPUs of Maxwell architecture or higher. The K2000 and K2100M are both Kepler based, so they are too old. If this is a blocker for you, feel free to try out Intels CPU AI denoiser https://github.com/DeclanRussell/IntelOIDenoiser.