Forum Discussion

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

How to reduce M20K usage ?

Hi, I have problem when read some data from global memory. typdef struct{ float data } vector_line; typdef struct{ vector_line lane } channel_vec; __kernel void ReadBlock( __global c...