Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Sharybin <sergey.vfx@gmail.com>2018-12-27 21:01:19 +0300
committerSergey Sharybin <sergey.vfx@gmail.com>2018-12-27 21:12:59 +0300
commit826d7adde79216d271b78059c05abd10b7559899 (patch)
tree5d8b334bf5603208e12b579e5a6cd1314d29cfdd /source/blender/blenkernel/intern/font.c
parentde14ddf3a141cb0e2baff00b06dc7d86d3088916 (diff)
Fix T59874: Cycles CPU 25% load only during rendering
The issue was introduced by a Threadripper2 commit back in ce927e15e0e3. This boils down to threads inheriting affinity from the parent thread. It is a question how this slipped through the review (we definitely run benchmark round). Quick fix could have been to always set CPU group affinity in Cycles, and it would work for Windows. On other platforms we did not have CPU groups API finished. Ended up making Cycles aware of NUMA topology, so now we bound threads to a specific NUMA node. This required adding an external dependency to Cycles, but made some code there shorter.
Diffstat (limited to 'source/blender/blenkernel/intern/font.c')
0 files changed, 0 insertions, 0 deletions