Blender Git Commit Log

Git Commits -> Revision 76608f5

Revision 76608f5 by Brecht Van Lommel (master)
March 5, 2019, 11:46 (GMT)
Fix T60585: threadripper CPU only using 16 threads for e.g. sculpting.

This reverts the changes from ce927e1 to put the main and job threads on
node 0. The problem is that all threads created as children from these
threads will inherit the NUMA node and so will end up on the same node.
This can be fixed case-by-case by assigning the NUMA node for every child
thread, however this is difficult for external libraries and OpenMP, and
out of our control for plugins like external renderers.

Commit Details:

Full Hash: 76608f5ec5e9737c7ef680a2234b8e3347b61c7b
Parent Commit: 8d8d113
Lines Changed: +13, -1

1 Modified Path:

/source/blender/blenlib/intern/threads.c (+13, -1) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021