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

ID 683846
Date 6/21/2022
Public

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

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 connects the kernel pipe argument to a host-accessible pipe, and not to another kernel pipe argument.
__attribute__((intel_host_accessible))