For Intel CPU and HD Graphics, do work items in the same work group execute the same instructions? If so, that means all the processing unit within the same compute unit share the same PC, but what confuses me is the "barrier", which will synchnize all the work items in the same work group, which means that while one thread is computing some other threads is waiting for it, which means they are not executing the same instruction.
Anyone could help to answer me?