Code: Select all
Warning: SetThreadGroupAffinity failed
Warning: SetThreadGroupAffinity failed
Warning: SetThreadGroupAffinity failed
Warning: SetThreadGroupAffinity failed
Anyone else?
Code: Select all
Warning: SetThreadGroupAffinity failed
Warning: SetThreadGroupAffinity failed
Warning: SetThreadGroupAffinity failed
Warning: SetThreadGroupAffinity failed
It is likely to be a mismatch between Oidn DLL and TBB DLL.kintuX wrote: Tue Jul 23, 2019 2:39 pm In my case, denoiser version didn't match (.exe & .dlls inside bin folder) to that which is specified in the code (exporter). Comes from mixing versions. You can disregard the message or make a new, fresh & clean install.
Aha, most likely it is. Cuz I rember, before OIDN was updated to the latest 0.9.0 I already used it, but had only overwriten exe & dlls. And since there were no issue rendering wise, i didn't pay much attention to it. Anyways, thanks for the tip! Nice to know.Dade wrote: Tue Jul 23, 2019 4:10 pmIt is likely to be a mismatch between Oidn DLL and TBB DLL.kintuX wrote: Tue Jul 23, 2019 2:39 pm In my case, denoiser version didn't match (.exe & .dlls inside bin folder) to that which is specified in the code (exporter). Comes from mixing versions. You can disregard the message or make a new, fresh & clean install.
Strange, the TBB DLLs in WindowsCompileDeps should also be updated to the same version used by OIDN:kintuX wrote: Tue Jul 23, 2019 6:44 pm Aha, most likely it is. Cuz I rember, before OIDN was updated to the latest 0.9.0 I already used it, but had only overwriten exe & dlls. And since there were no issue rendering wise, i didn't pay much attention to it. Anyways, thanks for the tip! Nice to know.
Not sure if it has any implication here but there is always the potential problem of Embree and Oidn being compiled for 2 different TBB versions.acasta69 wrote: Wed Jul 24, 2019 9:17 am Strange, the TBB DLLs in WindowsCompileDeps should also be updated to the same version used by OIDN:
https://github.com/LuxCoreRender/Window ... 45ceeb7dea
The full TBB is larger, but we use directly the Intel binaries for OIDN, and the distribution contains only the required TBB dlls + libs, total 4 files.Fox wrote: Wed Jul 24, 2019 10:35 am But the TBB actually has more files than this 2 dll, it has around 120 files.![]()
I also don't know how it could affect us. I'll try to investigate a bit deeper.Dade wrote: Wed Jul 24, 2019 9:41 am Not sure if it has any implication here but there is always the potential problem of Embree and Oidn being compiled for 2 different TBB versions.