use fast executor as default (#17044)

test=develop
feature/fluid_trt_int8
chengduo 6 years ago committed by GitHub
parent 30f2f4576e
commit cc31681687
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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

Loading…
Cancel
Save