aclrtStreamGetId
Applicability
Product |
Supported |
|---|---|
√ |
|
√ |
|
√ |
|
√ |
|
√ |
Description
Obtains the ID of a specified stream.
Prototype
aclError aclrtStreamGetId(aclrtStream stream, int32_t *streamId)
Parameters
Parameter |
Input/Output |
Description |
|---|---|---|
stream |
Input |
Stream to be queried. If NULL is passed, the ID of the default stream is obtained. |
streamId |
Output |
Stream ID. |
Returns
0 on success; else, failure. For details, see aclError.
Parent topic: Stream Management