diff --git a/paddle/fluid/framework/details/build_strategy.h b/paddle/fluid/framework/details/build_strategy.h index 705c4b2234c417c04cabc5ca55edc7b689c99820..242d5fe81860c7eb46f193dd0ae4420da36be6c3 100644 --- a/paddle/fluid/framework/details/build_strategy.h +++ b/paddle/fluid/framework/details/build_strategy.h @@ -69,7 +69,7 @@ struct BuildStrategy { bool enable_data_balance_{false}; - bool enable_sequential_execution_{false}; + bool enable_sequential_execution_{true}; // User normally doesn't need to call this API. // The PassBuilder allows for more customized insert, remove of passes