acltdtCopyBufRef

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

Performs reference copy on the data area of the shared buffer and creates and returns a new buffer management structure pointing to the same data area.

Prototype

1
aclError acltdtCopyBufRef(const acltdtBuf buf, acltdtBuf *newBuf)

Parameters

Parameter

Input/Output

Description

buf

Input

Shared buffer. For details about the type definition, see acltdtBuf.

The shared buffer must be obtained by calling acltdtAllocBuf or acltdtCopyBufRef.

newBuf

Output

A new shared buffer, pointing to the same data area. For details about the type definition, see acltdtBuf.

Returns

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