Forum Discussion
Altera_Forum
Honored Contributor
8 years agoI saw someone had same question as mine, the problem might be cached LSU.
However, after use volatile at __kernel foo(__global volatile const B_parallel *W, int count) still can't disable cached LSU... If I load data into local memory first, What is different between cached LSU and local memory?