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