aclrtActiveStream
Applicability
Product |
Supported |
|---|---|
Atlas 350 Accelerator Card |
√ |
☓ |
|
√ |
|
√ |
|
√ |
|
√ |
Description
Activates a stream. This API is asynchronous.
Tasks in an activated stream are executed concurrently with those in the current stream.
Prototype
1 | aclError aclrtActiveStream(aclrtStream activeStream, aclrtStream stream) |
Parameters
Parameter |
Input/Output |
Description |
|---|---|---|
activeStream |
Input |
Stream to be activated. For details about the type definition, see aclrtStream. Only a stream bound to the model is supported. To bind a stream to the model, call the aclmdlRIBindStream API. |
stream |
Input |
Stream for executing the activation task. For details about the type definition, see aclrtStream. Only a stream bound to the model is supported. To bind a stream to the model, call the aclmdlRIBindStream API. |
Returns
0 on success; otherwise, failure. For details, see aclError.