Visible to Intel only — GUID: GUID-13B380E1-38C5-4717-B168-3F24D2201F98
Visible to Intel only — GUID: GUID-13B380E1-38C5-4717-B168-3F24D2201F98
Host Pipes
The host pipe implementation is a prototype implementation that relies on prototype features that are not incorporated into the standard interkernel pipes.
To separate this host pipe implementation from the existing interkernel pipe implementation, host pipes are declared in a different namespace than interkernel pipes.
This namespace is as follows:
sycl::ext::intel::prototype
Host pipe support is enabled by including the following file:
$INTELFPGAOCLSDKROOT/include/sycl/ext/intel/prototype/host_pipes.hpp
Additionally, this prototype implementation of host pipes relies on USM for simulation. When simulating your IP for verification in a SYCL* program, you can use only boards and devices that support USM with host pipes.