aclrtActiveStream
Applicability
Product |
Supported |
|---|---|
x |
|
√ |
|
√ |
|
√ |
|
√ |
Description
Activates a stream. This API is asynchronous.
Tasks in an activated stream are executed concurrently with those in the current stream.
Prototype
aclError aclrtActiveStream(aclrtStream activeStream, aclrtStream stream)
Parameters
Parameter |
Input/Output |
Description |
|---|---|---|
activeStream |
Input |
Stream to be activated. Only a stream bound to a model is supported. To bind a stream to a model, call the aclmdlRIBindStream API. |
stream |
Input |
Stream for executing the activation task. Only a stream bound to a model is supported. To bind a stream to a model, call the aclmdlRIBindStream API. |
Returns
0 on success; else, failure. For details, see aclError.
Parent topic: Stream Management