I'm a newbie in OpenCL programs. I would appreciate it if you can guide me with my question.
For a project, I developed a multi-threaded RISC-V core in C that is synthesized using HLS. I want to run OpenCL program on this RISC-V core but I don't know what exactly I need to do. I checked POCl and it seems that it supports RISC-V devices. So compiling the OpenCL kernel using POCL for bare metal RISC-V would be enough to be able to run the OpenCL kernel on my RISC-V core?