Function: reset_device_res_limit
Applicability
Product |
Supported |
|---|---|
Atlas 350 Accelerator Card |
x |
√ |
|
√ |
|
√ |
|
√ |
|
√ |
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
1ret = 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. |
Parent topic: Runtime Configuration