Forum Discussion

JLiu21's avatar
JLiu21
Icon for New Contributor rankNew Contributor
7 years ago

OpenCL compiler warning about barrier although no barrier in the code

Hi, I am having this warning "compiler warning: limiting to 2 concurrent work_groups because threads might reach barrier out-of-order" when compiling my kernel. Here is part of my code: __attribute...