Altera_Forum
Honored Contributor
10 years agoconstant 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...