Altera_Forum
Honored Contributor
8 years agocache data on chip ram
Hi, Say i have a large dataset that i wanted to cache it on chip ram and the following code is what i wrote.
__kernel(global *input, uint g, uint data_length){
__local memory data_buffe...