Forum Discussion
Altera_Forum
Honored Contributor
10 years agoIt's been my experience that you get much better consistency between emulator and the actual device when you only use single-work-item kenels (no NDRange, not get_global_id, etc). Usually it's quite easy to take an existing NDRange kernel and wrap a loop around it to make it a single-work-item kernel. It's the first thing I'd try.