TE_PARALLEL_COMPILER
Description
Sets the maximum number of parallel operator build processes. When the value is greater than 1, the system will enable parallel build.
Parallel build is especially useful when a large network is used.
Example
export TE_PARALLEL_COMPILER=8
Restrictions
The maximum value is calculated as follows: CPU cores × 80%/Number of AI processors. The value ranges from 1 to 32, and the default value is 8.
Applicable Models
All processors
Parent topic: Operator Building