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