aclrtCtxSetSysParamOpt
Applicability
Product |
Supported |
|---|---|
√ |
|
√ |
|
√ |
|
√ |
|
√ |
Description
Sets the value of a system parameter in the current context. If this API is called for multiple times, the value set in the last call is used. After this API is called to set the runtime parameter value, you can call aclrtCtxGetSysParamOpt to obtain the parameter value.
This API applies to contexts, whereas aclrtSetSysParamOpt applies to processes.
Prototype
aclError aclrtCtxSetSysParamOpt(aclSysParamOpt opt, int64_t value)
Parameters
Parameter |
Input/Output |
Description |
|---|---|---|
opt |
Input |
System parameter. |
value |
Input |
Parameter value. |
Returns
0 on success; else, failure. For details, see aclError.
Parent topic: Context Management