Function: mem_invalidate

Applicability

Product

Supported

Atlas 350 Accelerator Card

Atlas A3 training product/Atlas A3 inference product

Atlas A2 training product/Atlas A2 inference product

Atlas training product

Atlas inference product

Atlas 200I/500 A2 inference product

Description

Invalidates 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

  • C Prototype
    1
    aclError aclrtMemInvalidate(void *devPtr, size_t size)
    
  • Python Function
    1
    ret = acl.rt.mem_invalidate(dev_ptr, size)
    

Parameters

Parameter

Description

devPtr

Int, invalid cache corresponding to the DDR memory.

size

Int, DDR memory size, in bytes. The size cannot be 0.

Return Value

Return Value

Description

ret

Int, error code. 0 on success; else, failure.