|
MLIR-AIE
|
#include "/home/runner/work/mlir-aie/mlir-aie/runtime_lib/test_lib/target.h"
Collaboration diagram for ext_mem_model_t:Public Attributes | |
| void * | virtualAddr |
| uint64_t | physicalAddr |
| size_t | size |
| int | fd |
| XAie_MemInst | MemInst |
| int ext_mem_model_t::fd |
Definition at line 27 of file target.h.
Referenced by mlir_aie_mem_alloc(), mlir_aie_sync_mem_cpu(), and mlir_aie_sync_mem_dev().
| XAie_MemInst ext_mem_model_t::MemInst |
Definition at line 28 of file target.h.
Referenced by mlir_aie_mem_alloc().
| uint64_t ext_mem_model_t::physicalAddr |
Definition at line 25 of file target.h.
Referenced by mlir_aie_mem_alloc(), mlir_aie_sync_mem_cpu(), and mlir_aie_sync_mem_dev().
| size_t ext_mem_model_t::size |
Definition at line 26 of file target.h.
Referenced by mlir_aie_mem_alloc(), mlir_aie_mem_alloc(), mlir_aie_sync_mem_cpu(), and mlir_aie_sync_mem_dev().
| void* ext_mem_model_t::virtualAddr |
Definition at line 24 of file target.h.
Referenced by mlir_aie_mem_alloc(), mlir_aie_mem_alloc(), mlir_aie_sync_mem_cpu(), and mlir_aie_sync_mem_dev().