Forum Discussion
Altera_Forum
Honored Contributor
8 years agoaoc compile error: using host channel feature
Hi, I am writing a simple OpenCL code for testing host channel feature introduced 17.1. The code is as follows: # pragma OPENCL EXTENSION cl_intel_fpga_host_pipe : enable
kernel void clk...
Altera_Forum
Honored Contributor
8 years ago --- Quote Start --- Hi, May I know are you using the dedicated BSP(a10gx_hostch) for this feature compilation? Board list: a10gx Board Package: C:\intelFPGA_pro\17.1\hld\board\a10_ref a10gx_hostch Board Package: C:\intelFPGA_pro\17.1\hld\board\a10_ref Channels: host_to_dev, dev_to_host Regards, CloseCL (This message was posted on behalf of Intel Corporation) --- Quote End --- The target BSP does not make any difference here since the compiler ignores the host channel extension all together because it is unknown to it. Either the name of the extension is something other than what is written in Altera's documents, or support for the extension is broken.