Forum Discussion
Altera_Forum
Honored Contributor
8 years agoYou should post your kernel code; what you are observing is very likely because you have something in your code that is preventing vectorization (e.g. work-item ID-dependent branching) and hence, SIMD is not being applied at all. If this is indeed the case, you will see a message form the compiler about this in the log.