aclrtCntNotifyReset

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

Resets a CntNotify object to clear its count. This API is asynchronous.

Prototype

aclError aclrtCntNotifyReset(aclrtCntNotify cntNotify, aclrtStream stream)

Parameters

Parameter

Input/Output

Description

cntNotify

Input

Pointer to the CntNotify.

stream

Input

Stream.

To use the default stream, pass NULL.

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

Returns

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