File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -85,7 +85,7 @@ VERSION = 0.3.6.dev
85
85
# they need to wait for the preceding API calls to finish or risk data corruption.
86
86
# NUM_PARALLEL = 2
87
87
88
- # If you don't need to generate the static library, please comment this in.
88
+ # If you don't need to install the static library, please comment this in.
89
89
# NO_STATIC = 1
90
90
91
91
# If you don't need to generate the shared library, please comment this in.
@@ -134,6 +134,8 @@ NO_WARMUP = 1
134
134
# This feature is only implemented on Linux, and is always disabled on other platforms.
135
135
# Enabling affinity handling may improve performance, especially on NUMA systems, but
136
136
# it may conflict with certain applications that also try to manage affinity.
137
+ # This conflict can result in threads of the application calling OpenBLAS ending up locked
138
+ # to the same core(s) as OpenBLAS, possibly binding all threads to a single core.
137
139
# For this reason, affinity handling is disabled by default. Can be safely enabled if nothing
138
140
# else modifies affinity settings.
139
141
NO_AFFINITY = 1
You can’t perform that action at this time.
0 commit comments