aclrtResetDeviceResLimit

Applicability

Product

Supported

Atlas A3 training products/Atlas A3 inference products

Atlas A2 training products/Atlas A2 inference products

Atlas 200I/500 A2 inference products

Atlas inference products

Atlas training products

Description

After the device resource limits are set using aclrtSetDeviceResLimit, you can call the API in this section to reset the device resource limits of the current process to the default configuration. You can call aclrtGetDeviceResLimit to query the default resource limits.

Prototype

aclError aclrtResetDeviceResLimit(int32_t deviceId)

Parameters

Parameter

Input/Output

Description

deviceId

Input

Device ID.

Must be in the range of [0, Device count – 1]. Call aclrtGetDeviceCount to obtain the device count.

Returns

0 on success; else, failure. For details, see aclError.