未验证 提交 cc316816 编写于 作者: C chengduo 提交者: GitHub

use fast executor as default (#17044)

test=develop
上级 30f2f457
......@@ -29,7 +29,7 @@ struct ExecutionStrategy {
// this will loss 15%+ performance.
// Please be aware about this parameters.
size_t num_iteration_per_drop_scope_{1};
ExecutorType type_{kDefault};
ExecutorType type_{kExperimental};
bool dry_run_{false};
size_t num_iteration_per_run_{1}; // only use with async_ssa_graph_executor
// and pyreader with data queue
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册