REPEAT_TUNE
Description
Initiates tuning again. This environment variable takes effect only when subgraph tuning or operator tuning is enabled.
If it is set to False and a network tuning case is available in the repository (built-in or custom), the tuning process of the case is skipped. When the logic of some operators is changed, for example, the ND input support is added to the GEMM operator, you need to set this environment variable to True and initiate tuning again.
Values:
- True
- False
The default value is False.
Example
export REPEAT_TUNE=False
Restrictions
None
Applicability
Parent topic: AOE Tuning