Altera_Forum
Honored Contributor
11 years agoAbout Loop Unrolling
Hi everyone, I am wondering if setting a unroll factor that is not multiple of loop count is OK in Altera OpenCL? For example:# pragma unroll 10 for( int i = 0; i < n; i++){ ... }...