aclrtMemFlush
Applicability
Product |
Supported |
|---|---|
√ |
|
√ |
|
√ |
|
√ |
|
√ |
Description
Flushes cache data to the DDR and 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
aclError aclrtMemFlush(void *devPtr, size_t size)
Parameters
Parameter |
Input/Output |
Description |
|---|---|---|
devPtr |
Input |
Pointer to the start address of the DDR memory to be flushed. |
size |
Input |
Size of the DDR memory to be flushed, in bytes. Must not be 0. |
Returns
0 on success; else, failure. For details, see aclError.
Parent topic: Memory Management