提交 85006a60 authored 作者: AlOa's avatar AlOa

Add new config variable openmp_minsize

上级 6253b797
......@@ -468,3 +468,11 @@ AddConfigVar('openmp',
BoolParam(default_openmp),
in_c_key=False,
)
AddConfigVar('openmp_minsize',
"If OpenMP is enable, this is the minimum size of vector "
"for which the openmp parallel for is enable."
"Used in element wise ops",
IntParam(200000),
in_c_key=False,
)
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论