RenderKit / oidn

Intel® Open Image Denoise library
https://www.openimagedenoise.org/
Apache License 2.0
1.73k stars 160 forks source link

Logging more information about unsupported devices #204

Open lijenicol opened 3 months ago

lijenicol commented 3 months ago

Listing devices through oidnDenoise --ld shows no CPU devices if TBB is not included in the runtime environment. Since there are a couple of reasons why CPU devices won't show, having some sort of message as to why they were skipped would be handy (as it was not clear that it was due to missing TBB in my case).

Perhaps when verbose (-v) is specified, more information about why devices are skipped could also be logged?