Forum Discussion
JJaco16
New Contributor
5 years agoopencl for intel fpga Local memories merging on compilation
Hi,
I'm trying to implement a piece of code on an arria10 soc development board using openCL. The kernel code has declarations of two local memories as follows
local float __attribute__((memory,...
- 5 years ago
Hi,
Following the problem about "conflicting memory attributes", you need to set your bankwidth based on your array size. Refer to section 8.4.1 here: https://www.intel.com/content/dam/www/programmable/us/en/pdfs/literature/hb/opencl-sdk/aocl-best-practices-guide.pdf#page=157
Regards,
Nurina
Nurina
Regular Contributor
5 years agoHi,
Thank you for sharing your solution. I'm glad your problem is solved, I now transition this thread to community support. If you have a new question, feel free to open a new thread to get the support from Intel experts. Otherwise, the community users will continue to help you on this thread. Thank you.
Regards,
Nurina
P/S: If you like my comment, feel free to give Kudos. If my comment solved your problem, feel free to accept my comment as solution!