Function: reset_device_res_limit

Applicability

Product

Supported

Atlas 350 Accelerator Card

x

Atlas A3 training product/Atlas A3 inference product

Atlas A2 training product/Atlas A2 inference product

Atlas training product

Atlas inference product

Atlas 200I/500 A2 inference product

Description

After the device resource limit is set by calling acl.rt.set_device_res_limit, you can call this API to reset the device resource limit for the current process and restore the default setting.

Prototype

  • C Prototype
    aclError aclrtResetDeviceResLimit(int32_t deviceId)
  • Python Function
    1
    ret = acl.rt.reset_device_res_limit(device_id)
    

Parameters

Parameter

Description

device_id

Int, device ID.

Return Value

Return Value

Description

ret

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