TE_PARALLEL_COMPILER
Description
Sets the maximum number of parallel operator build processes. When the value is greater than 1, parallel build is enabled.
Parallel build is especially useful when a large network is used. The maximum value is calculated as follows: CPU cores x 80%/Number of Ascend AI Processors. The value ranges from 1 to 32, and the default value is 8.
Example
export TE_PARALLEL_COMPILER=8
Restrictions
None
Applicability
Parent topic: Operator Building