AOE_MODE

Description

Sets the AOE optimization mode in online inference and training scenarios. The options are as follows:

  • 1: subgraph tuning.
  • 2: operator tuning.
  • 4: gradient splitting tuning.

Example

export AOE_MODE=2

Restrictions

None

Applicability

Atlas training products

For the Atlas inference products, the value of AOE_MODE can only be 1 or 2.

For the Atlas A2 training products/Atlas A2 inference products, the value of AOE_MODE can only be 2 or 4.

For the Atlas A3 training products/Atlas A3 inference products, the value of AOE_MODE can only be 2.