aclrtWaitAndResetNotify

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

Makes a stream wait on a Notify object, and then resets the Notify object. This API is asynchronous.

Prototype

aclError aclrtWaitAndResetNotify(aclrtNotify notify, aclrtStream stream, uint32_t timeout)

Parameters

Parameter

Input/Output

Description

notify

Input

Notify object to wait on.

stream

Input

Stream.

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

To use the default stream, pass NULL.

timeout

Input

Waiting timeout.

The options are as follows:

  • 0: forever.
  • > 0: specific timeout, in seconds.

Returns

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