Visible to Intel only — GUID: GUID-E829E45E-8355-46BD-9D49-17C82A1EEB84
Why is FPGA Compilation Different?
Types of SYCL* FPGA Compilation
FPGA Compilation Flags
Emulate and Debug Your Design
Evaluate Your Kernel Through Simulation
Device Selectors for FPGA
FPGA IP Authoring Flow
Fast Recompile for FPGA
Generate Multiple FPGA Images (Linux only)
FPGA BSPs and Boards
Targeting Multiple Homogeneous FPGA Devices
Targeting Multiple Platforms
FPGA-CPU Interaction
FPGA Performance Optimization
Use of RTL Libraries for FPGA
Use SYCL Shared Library With Third-Party Applications
FPGA Workflows in IDEs
Intel oneAPI DPC++ Library (oneDPL)
Intel oneAPI Math Kernel Library (oneMKL)
Intel oneAPI Threading Building Blocks (oneTBB)
Intel oneAPI Data Analytics Library (oneDAL)
Intel oneAPI Collective Communications Library (oneCCL)
Intel oneAPI Deep Neural Network Library (oneDNN)
Intel oneAPI Video Processing Library (oneVPL)
Other Libraries
Visible to Intel only — GUID: GUID-E829E45E-8355-46BD-9D49-17C82A1EEB84
Host Pipes
Pipes are a first-in first-out (FIFO) buffer construct that provide links between elements of a design. Pipes that connect a host and a device are referred to as host pipes. Host pipe support is enabled by including the following include statement in your design:
#include <sycl/ext/intel/experimental/pipes.hpp>
For information about declaring and using host pipes, refer to Host Pipes in FPGA Optimization Guide for Intel® oneAPI Toolkits.
IMPORTANT:
For multiarchitecture binary kernels (sometimes referred to as “fat binaries” or “full stack”), the number of non-CSR host pipes in your design is limited by your BSP.