--init_bypass

Applicability

Product

Supported

Atlas A3 training products / Atlas A3 inference products

Atlas A2 training products / Atlas A2 inference products

Atlas 200I/500 A2 inference products

Atlas inference products

Atlas training products

Description

Transparently transmits compilation options that are not detectable by the AOE tuning framework and tuning services in the modeling initialization 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 WARNING 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:

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

Restrictions

None