Function: reset_device_res_limit
Applicability
Product |
Supported (√/x) |
|---|---|
√ |
|
√ |
|
√ |
|
√ |
|
√ |
Function Usage
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
1ret = acl.rt.reset_device_res_limit(device_id)
Parameter Description
Parameter |
Description |
|---|---|
device_id |
Int, device ID. |
Return Value Description
Return Value |
Description |
|---|---|
ret |
Int, error code: 0 on success; else, failure. |
Parent topic: Runtime Configuration