Forum Discussion
Altera_Forum
Honored Contributor
11 years agoAssuming your kernel allows you to pick a large SIMD parameter (no work-id divergent paths, etc.) and can unroll the entire loop (removes the loop completely which is very resource efficient), then you can try G1 and L1 for small N, G2 and L2 for large N...