Host pipe feature on AOC version 17.1
Hi,
I'm trying to run the host pipe example provided by Intel design example: https://www.intel.com/content/www/us/en/programmable/support/support-resources/design-examples/design-software/opencl/host-pipe.html.
However, when compiling the kernel code with command:
$ aoc -board=a10gx_hostch device/loopback_hostpipe.cl -o bin/loopback_hostpipe.aocx
I got warning message:
aoc: Running OpenCL parser....
device/loopback_hostpipe.cl:22:26: warning: unknown OpenCL extension 'cl_intel_fpga_host_pipe' - ignoring
#pragma OPENCL EXTENSION cl_intel_fpga_host_pipe : enable
I figured out that the current version of the AOC compiler(17.1.0.240) I'm using doesn't support cl_intel_fpga_host_pipe pragma, but I want to stick with 17.1 because my other BSPs were created for AOC 17.1. May I know if there's any way to work around this issue without upgrading my BSP?
Thank you!