Forum Discussion
2 Replies
- FawazJ_Altera
Frequent Contributor
Hello,
if you are migrating your kernel from older OpenCL SDK to a newer one, I assume this is due to the old name of the API used. Try to change write_channel_altera to write_channel_intel and read_channel_altera to read_channel_intel, and let me know if this could fix the error.
Thank you.
- RAlbe4
New Contributor
Hello Fjumaah,
Your suggestion helped me. I can compile my kernel now without any issue.
Thank you