Developer Guide

Intel oneAPI DPC++/C++ Compiler Handbook for Intel FPGAs

ID 785441
Date 5/08/2024
Public
Document Table of Contents

Host Pipes

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>

The sections that follow provide more information about declaring and using host pipes.

RESTRICTION:
For multiarchitecture binary kernels, the number of non-CSR host pipes in your design is limited by your BSP. RTL IP cores, which have no BSP, are not limited in this way.