sync_for_read - 1.3 English

Vitis AI User Guide (UG1414)

Document ID
UG1414
Release Date
2021-02-03
Version
1.3 English
Invalid cache for reading before read. It is no-op in case get_location() returns DEVICE_ONLY or HOST_VIRT.

Prototype

void sync_for_read(uint64_t offset, size_t size) {};

Parameters

The following table lists the sync_for_read function arguments.
Table 1. sync_for_read Arguments
Type Name Description
uint64_t offset The start offset address
size_t size The data size

Returns

None.