Enable automatic parallelization - Automatic parallelization of for loops - MATLAB (original) (raw)
Main Content
Automatic parallelization of for
loops
Since R2021a
Description
Settings
Off
Code generator does not automatically parallelize for
loops.
On
This value is the default value.
The code generator automatically parallelizes for
loops in the generated code. Automatic parallelization can significantly improve the execution speed of the generated code. See Automatic Parallelization of for-Loops in the Generated Code.
Programmatic Use
**Property:**EnableAutoParallelization |
---|
Values: false |true |
Default: true |
Version History
Introduced in R2021a