openblas: set NUM_THREADS and USE_OPENMP
This commit is contained in:
@@ -14,6 +14,8 @@ let local = config.openblas.preferLocalBuild or false;
|
|||||||
"DYNAMIC_ARCH=1"
|
"DYNAMIC_ARCH=1"
|
||||||
"NUM_THREADS=64"
|
"NUM_THREADS=64"
|
||||||
"BINARY=${binary}"
|
"BINARY=${binary}"
|
||||||
|
"USE_OPENMP=1"
|
||||||
|
"NUM_THREADS=64"
|
||||||
];
|
];
|
||||||
localFlags = config.openblas.flags or
|
localFlags = config.openblas.flags or
|
||||||
optionals (hasAttr "target" config.openblas) [ "TARGET=${config.openblas.target}" ];
|
optionals (hasAttr "target" config.openblas) [ "TARGET=${config.openblas.target}" ];
|
||||||
|
|||||||
Reference in New Issue
Block a user