Function: ctx_set_sys_param_opt

Applicability

Product

Supported (√/x)

Atlas A3 training products/Atlas A3 inference products

Atlas A2 training products/Atlas A2 inference products

Atlas training products

Atlas inference products

Atlas 200I/500 A2 inference products

Function Usage

Sets system parameter values in the current context.

Prototype

  • C Prototype
    1
    aclError aclrtCtxSetSysParamOpt(aclSysParamOpt opt, int64_t value)
    
  • Python Function
    1
    ret = acl.rt.ctx_set_sys_param_opt(opt, value)
    

Parameter Description

Parameter

Description

opt

Int, system parameter. For details, see aclSysParamOpt.

value

Int, system parameter value.

Return Value Description

Return Value

Description

ret

Int, error code: 0 on success; else, failure.

Restrictions

If this API is called for multiple times, the last setting is used.