Forum Discussion
Altera_Forum
Honored Contributor
8 years agoData dependency caused by conditional global memory read
Hi, When I compile my code, in the loop analysis of the generated report file there's one loop which has iteration interval of 4, which means it's not pipelined well.
for (uint loop...
Altera_Forum
Honored Contributor
8 years agoI have never seen the compiler falsely detecting a dependency on local memory accesses and I highly doubt that is even possible. You can always try using "#pragma ivdep" also for local memory dependencies, but I don't think it will have any effect.