1#include <clc/clc.h> 2 3_CLC_DEF _CLC_OVERLOAD void barrier(cl_mem_fence_flags flags) { 4 __syncthreads(); 5} 6