aclrtMemInvalidate

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

Invalidates the data in the cache.

In this version, you do not need to care about the cache coherence between the CPU and NPU and therefore this API is unused in this version.

Prototype

1
aclError aclrtMemInvalidate(void *devPtr, size_t size)

Parameters

Parameter

Input/Output

Description

devPtr

Input

Pointer to the start address of the DDR memory that needs cache invalidation.

size

Input

DDR memory size, in bytes.

The size cannot be 0.

Returns

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