aclrtResetStreamResLimit
Applicability
Product |
Supported |
|---|---|
Atlas 350 Accelerator Card |
√ |
√ |
|
√ |
|
√ |
|
√ |
|
√ |
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
1 | aclError aclrtResetStreamResLimit(aclrtStream stream) |
Parameters
Parameter |
Input/Output |
Description |
|---|---|---|
stream |
Input |
Stream. For details about the type definition, see aclrtStream. If NULL is passed, the default stream will be operated. |
Returns
0 on success; otherwise, failure. For details, see aclError.
Parent topic: Runtime Configuration