aclrtResetDeviceResLimit
Applicability
Product |
Supported |
|---|---|
Atlas 350 Accelerator Card |
√ |
√ |
|
√ |
|
√ |
|
√ |
|
√ |
Description
After calling aclrtSetDeviceResLimit to set the device resource limits, you can call this API to reset the device resource limits of the current process to the default configuration. In this case, you can call aclrtGetDeviceResLimit to query the default resource limits.
Prototype
1 | 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; otherwise, failure. For details, see aclError.
Parent topic: Runtime Configuration