aclrtRecordNotify

Applicability

Product

Supported

Atlas A3 training products/Atlas A3 inference products

Atlas A2 training products/Atlas A2 inference products

Atlas 200I/500 A2 inference products

Atlas inference products

Atlas training products

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

aclError aclrtRecordNotify(aclrtNotify notify, aclrtStream stream)

Parameters

Parameter

Input/Output

Description

notify

Input

Notify object to record.

stream

Input

Stream.

For stream synchronization, for example, Stream2 waits for Stream1, set this parameter to Stream1.

To use the default stream, pass NULL.

Returns

0 on success; else, failure. For details, see aclError.