aclrtUseStreamResInCurrentThread
Applicability
Product |
Supported |
|---|---|
√ |
|
√ |
|
√ |
|
√ |
|
√ |
Description
Sets the device resource limits of a specified stream in the current thread. If this API is called multiple times to set device resource limits for the same stream multiple times, the last setting takes effect.
Prototype
aclError aclrtUseStreamResInCurrentThread(aclrtStream stream)
Parameters
Parameter |
Input/Output |
Description |
|---|---|---|
stream |
Input |
Specified stream. Call aclrtSetStreamResLimit to set the device resource limits of the stream first. |
Returns
0 on success; else, failure. For details, see aclError.
Parent topic: Runtime Configuration