Forum Discussion

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

Questions about resource usage

Hi, I have a pretty simple kernel that stores the image pixels to output as follows: int index = get_global_id(0); for (int i=index; i<WIDTH*HEIGHT;i++) { output = input; } The FPG...