Intel® FPGA SDK for OpenCL™ Standard Edition: Programming Guide

ID 683342
Date 4/22/2019
Public
Document Table of Contents

5.5.6.1. Optional intel_host_accessible Kernel Argument Attribute

The cl_intel_fpga_host_pipe extension adds an optional intel_host_accessible kernel argument attribute. Applying this attribute to a kernel pipe argument specifies that the host will connect the kernel pipe argument to a host-accessible pipe, and not to another kernel pipe argument.
__attribute__((intel_host_accessible))