Visible to Intel only — GUID: dcw1661599999729
Ixiasoft
1. Intel® FPGA AI Suite PCIe-based Design Example User Guide
2. About the PCIe* -based Design Example
3. Getting Started with the Intel® FPGA AI Suite PCIe* -based Design Example
4. Building the Intel® FPGA AI Suite Runtime
5. Running the Design Example Demonstration Applications
6. Design Example Components
7. Design Example System Architecture for the Intel PAC with Intel® Arria® 10 GX FPGA
A. Intel® FPGA AI Suite PCIe-based Design Example User Guide Archives
B. Intel® FPGA AI Suite PCIe-based Design Example User Guide Document Revision History
5.1. Exporting Trained Graphs from Source Frameworks
5.2. Compiling Exported Graphs Through the Intel FPGA AI Suite
5.3. Compiling the PCIe* -based Example Design
5.4. Programming the FPGA Device ( Intel® Arria® 10)
5.5. Programming the FPGA Device ( Intel Agilex® 7)
5.6. Performing Accelerated Inference with the dla_benchmark Application
5.7. Running the Ported OpenVINO™ Demonstration Applications
Visible to Intel only — GUID: dcw1661599999729
Ixiasoft
4.1. CMake Targets
The top level CMake build target is the Intel FPGA AI Suite runtime plugin shared library, libcoreDLARuntimePlugin.so. The source files used to build this target are located under the following directories:
- runtime/plugin/src/
- runtime/coredla_device/src/
The flow also builds additional targets as dependencies for the top-level target. The most significant additional targets are:
- The OPAE-based MMD library, libintel_opae_mmd.so. The source files for this target are under runtime/coredla_device/mmd/.
- The Input and Output Layout Transform library, libdliaPluginIOTransformations.a. The sources for this target are under runtime/plugin/io_transformations/.