AsyncGetTensorC

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

x

Atlas inference product AI Core

x

Atlas inference product Vector Core

x

Atlas training product

x

Function Usage

Obtains the result matrix computed asynchronously by the Iterate API. This function is replaced with GetTensorC. You are advised to use the asynchronous GetTensorC API.

Prototype

1
__aicore__ inline void AsyncGetTensorC(const LocalTensor<DstT>& c)

Parameters

Table 1 Parameters

Parameter

Input/Output

Description

c

Output

Result matrix

Returns

None

Restrictions

This API is not supported when enableMixDualMaster (dual-master mode) is set to true.