Forum Discussion
BoonBengT_Altera
Moderator
3 years agoHi @Christoph9,
Thank you for the patients, im trying to simulate the warning you have, unfortunately no luck in that.
If convenient perhaps you can share the .cpp files you have from your end for better understanding.
And as looking deeper into the warning message like you said compiler are using the barriers to synchronize memory accesses across threads.
My guess is that are more toward the loop pipelining part, perhaps you can try upon compilation to disabled the loops pipelining options. (More details on the link here --> https://www.intel.com/content/dam/develop/external/us/en/documents/oneapi-dpcpp-fpga-optimization-guide.pdf#page=171&zoom=100,0,572)
Hope that clarify.
Best Wishes
BB