blender/intern/numaapi
Sergey Sharybin 8f1a55831c Cycles: Fix wrong number of threads on multi-socket machines
The issue was caused by a limitation of GetNumaNodeProcessorMask():
on systems with more than 64 processors, this parameter is set to the
processor mask for the node only if the node is in the same processor
group as the calling thread. Otherwise, the parameter is set to zero.

Patch from Max Dmitrichenko, thanks!
2019-08-05 15:33:47 +02:00
..
include Update bundled version of NUMA API library 2019-01-11 17:47:10 +01:00
source Cycles: Fix wrong number of threads on multi-socket machines 2019-08-05 15:33:47 +02:00
AUTHORS Add cross-platform NUMA library 2018-11-28 14:35:26 +01:00
CMakeLists.txt Cleanup: use 2 space indentation for CMake 2019-04-17 06:35:54 +02:00
LICENSE Add cross-platform NUMA library 2018-11-28 14:35:26 +01:00
README Add cross-platform NUMA library 2018-11-28 14:35:26 +01:00
README.blender Update bundled version of NUMA API library 2019-01-11 17:47:10 +01:00

LibNumaAPI is aimed to provide one common cross-platform API for all
possible platforms, so cross-platform applications might not worry
about implementation details.

LICENSE

LibNumaAPI library is released under the MIT license.