GetICachePreloadStatus (ISASI)

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 PreLoad status of the iCache.

Prototype

1
__aicore__ inline int64_t GetICachePreloadStatus()

Parameters

None

Returns

int64_t type. 0: idle; 1: busy.

Constraints

None

Example

1
2
// Obtain the prefetch status. 0: idle; 1: busy.
int64_t cachePreloadStatus = AscendC::GetICachePreloadStatus();