aclrtRecordNotify
Applicability
|
Product |
Supported |
|---|---|
|
Atlas 350 Accelerator Card |
√ |
|
|
√ |
|
|
√ |
|
|
√ |
|
|
√ |
|
|
√ |
Description
Records a Notify object in a specified stream. This API is asynchronous.
The aclrtRecordNotify and aclrtWaitAndResetNotify APIs can be used together to synchronize streams.
Prototype
1
|
aclError aclrtRecordNotify(aclrtNotify notify, aclrtStream stream) |
Parameters
|
Parameter |
Input/Output |
Description |
|---|---|---|
|
notify |
Input |
Notify object to record. For details about the type definition, see aclrtNotify. |
|
stream |
Input |
Stream. For details about the type definition, see aclrtStream. For stream synchronization, for example, Stream2 waits for Stream1, set this parameter to Stream1. |
Returns
0 on success; else, failure. For details, see aclError.