--build_bypass

Applicability

Product

Supported (√/x)

Atlas A3 training product / Atlas A3 inference product

Atlas A2 training product / Atlas A2 inference product

Atlas 200I/500 A2 inference product

Atlas inference product

Atlas training product

Description

Transparently transmits compilation options that are not detectable by the AOE tuning framework and tuning services in the model compilation phase. For details about the specific options to be transmitted, see "Options" (global-level effective options).

AOE does not verify the transparently transmitted parameters. You need to ensure that the transparently transmitted parameters can be properly used. If the API does not support the transmitted input parameters, the ERROR information is printed in the API.

See Also

None

Arguments

The value format is as follows: key1=value1||key2=value2. key indicates the name of the parameter that is transparently transmitted, and value indicates the parameter value. If a parameter does not have a value, simply transmit only the parameter name. There can be multiple keys and values, which are separated by ||.

Suggestions and Benefits

None

Examples

The following is an example:

--build_bypass="ge.debugDir=./debugDir||ge.opDebugLevel=1"

Restrictions

None