Forum Discussion

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

constant memory usage

Hi , __void kernel A(global int * restrict inputA) ; __void kernel B(constant int * restrict inputB) ; There are two kernels (A and B) . Why kernel B 's RAM / LE / FF / util is small...