RenderKit / oidn

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

Only physical cores are used on Threadripper #41

Closed arthur-liebnau closed 4 years ago

arthur-liebnau commented 4 years ago

Hey I just noticed that OIDN seems only to use the physical cores of my Threadripper and not all of the logical cores the system has to offer. Any chance to utilize the full power of such systems? cores

atafra commented 4 years ago

Hi! This happens on any CPU not just Threadripper, and it's intentional. Running on all threads is actually slower with this workload, so the current approach is the highest performing one.

arthur-liebnau commented 4 years ago

thanks for the quick reply! Keep on rockin' :)