aclrtResetStreamResLimit
Applicability
Product |
Supported |
|---|---|
√ |
|
√ |
|
√ |
|
√ |
|
√ |
Description
After the device resource limits of a specified stream are set using aclrtSetStreamResLimit, you can call the API in this section to reset the device resource limits of the specified stream to the default configuration. You can call aclrtGetStreamResLimit to query the default resource limits.
Prototype
aclError aclrtResetStreamResLimit(aclrtStream stream)
Parameters
Parameter |
Input/Output |
Description |
|---|---|---|
stream |
Input |
Specified stream. If NULL is passed, the default stream will be operated. |
Returns
0 on success; else, failure. For details, see aclError.
Parent topic: Runtime Configuration