Forum Discussion
Altera_Forum
Honored Contributor
8 years agoMinimum II of 2 but HTML report has no further information
I have a single work item kernel with a local mem used for a ping pong buffer with a form similar to the following: local float __attribute__((bankwidth(4), ...
Altera_Forum
Honored Contributor
8 years agoPlease post your new code. You seem to be using indirect addressing on the local buffer; this is very likely not a good idea. Double-pumping memory should not affect load/store dependencies.