aclrtCntNotifyRecord

Applicability

Product

Supported

Atlas 350 Accelerator Card

Atlas A3 training product/Atlas A3 inference product

Atlas A2 training product/Atlas A2 inference product

Atlas 200I/500 A2 inference product

Atlas inference product

Atlas training product

Description

Records a CntNotify object in a specified stream. This API is asynchronous.

The aclrtCntNotifyRecord and aclrtCntNotifyWaitWithTimeout APIs can be used together to synchronize streams.

Prototype

1
aclError aclrtCntNotifyRecord(aclrtCntNotify cntNotify, aclrtStream stream, aclrtCntNotifyRecordInfo *info)

Parameters

Parameter

Input/Output

Description

cntNotify

Input

CntNotify object to record. For details about the type definition, see aclrtCntNotify.

stream

Input

Stream. For details about the type definition, see aclrtStream.

To use the default stream, pass NULL.

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

info

Input

Record mode. For details about the type definition, see aclrtCntNotifyRecordInfo.

Returns

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