Closed ghost closed 2 years ago
Images are optional in OpenCL embedded profile which is the OpenCL supported by AMD FPGA.
Images are optional in OpenCL embedded profile which is the OpenCL supported by AMD FPGA.
Okay, I guess that I'll need to implement the equivalent image operations myself, should be doable. Thank you much for the info, @keryell!
I'm having trouble building an OpenCL kernel that uses image2d and image3d. The error is:
It does not seem reasonable that an OpenCL compiler would lack support for image2d and image3d. What has happened here?
To reproduce, add this code to
ocl_kernels/cl_helloworld/vector_addition.cl
:Build log:
I have Vitis/Vivado/etc 2022.1.2 and Ubuntu 20.04.5 LTS.