aclrtSynchronizeStream
Applicability
|
Product |
Supported |
|---|---|
|
|
√ |
|
|
√ |
|
|
√ |
|
|
√ |
|
|
√ |
Description
Blocks the current thread on the host until all tasks in the specified stream are complete.
Prototype
aclError aclrtSynchronizeStream(aclrtStream stream)
Parameters
|
Parameter |
Input/Output |
Description |
|---|---|---|
|
stream |
Input |
Stream. |
Returns
0 on success; else, failure. For details, see aclError.
Parent topic: Stream Management