--init_bypass
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 Command-Line 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 automatically 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