Developer Guide

FPGA Optimization Guide for Intel® oneAPI Toolkits

ID 767853
Date 7/13/2023
Public

A newer version of this document is available. Customers should click here to go to the newest version.

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 (sometimes referred to as full stack), the number of non-CSR host pipes in your design is limited by your BSP. IP components, which have no BSP, are not limited in this way.