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@blender.org>2022-01-07 14:01:11 +0300
committerSergey Sharybin <sergey@blender.org>2022-01-07 14:19:02 +0300
commit312aa67cc73c97f11e34be24623231f98fcdaa35 (patch)
treeeaf1c30cf4e9d4a2bb69d2bd6400cb1ba0ab4d59 /source/creator/creator.c
parented52de948ccddf297e010dbf79dfadfcd164dae9 (diff)
Remove dead numaapi code in blenlib
It it rather an old experiment now which didn't pay off. The initial idea was to have main and jobs threads on fast nodes of TR2 processors. This didn't really work reliably because in Blender we need to be able to create nested threads without their affinity set. This is not how some of OS are creating nested threads, and we don't always have access to child threads to reset their affinity. So overall complexity of the initial idea implementation became too much compared to the performance gain.
Diffstat (limited to 'source/creator/creator.c')
-rw-r--r--source/creator/creator.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/source/creator/creator.c b/source/creator/creator.c
index c50b6ac4c79..d69e4d075fd 100644
--- a/source/creator/creator.c
+++ b/source/creator/creator.c
@@ -408,7 +408,6 @@ int main(int argc,
BKE_appdir_program_path_init(argv[0]);
BLI_threadapi_init();
- BLI_thread_put_process_on_fast_node();
DNA_sdna_current_init();