Function: get_device_res_limit

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

Obtains the device resource limits of the current process.

Prototype

  • C Prototype
    aclError aclrtGetDeviceResLimit(int32_t deviceId, aclrtDevResLimitType type, uint32_t* value)
  • Python Function
    1
    value, ret = acl.rt.get_device_res_limit(device_id, type)
    

Parameter Description

Parameter

Description

device_id

Int, device ID.

type

Int, enumerated value. For details, see aclrtDevResLimitType.

Return Value Description

Return Value

Description

ret

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

value

Int, resource limit.