Forum Discussion

Altera_Forum's avatar
Altera_Forum
Icon for Honored Contributor rankHonored Contributor
8 years ago

cache 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...