Visible to Intel only — GUID: GUID-601D051E-492F-45C8-A0B1-AEBD91199D1E
Visible to Intel only — GUID: GUID-601D051E-492F-45C8-A0B1-AEBD91199D1E
FPGA Accessor Properties
The following table summarizes FPGA accessor properties:
Property | Description | Example |
---|---|---|
buffer_location<index> | Instructs the host to allocate a buffer to a specific global memory type. It identifies the index of the global memory type in the board_spec.xml file of your Custom Platform. The index starts at 0 and follows the order in which the global memory appears in the board_spec.xml. If you do not specify the buffer_location property, the host allocates the buffer to the default memory type automatically. |
|
no_alias | Notifies the compiler that all modifications to the memory locations accessed (directly or indirectly) by an accessor during kernel execution is done through the same accessor (directly or indirectly) and not by any other accessor or USM pointer in the kernel. This is an unchecked assertion by the programmer and results in an undefined behavior if it is violated. |
|