barrier.cl 94 Bytes Raw Blame History Permalink 1 2 3 4 5 6 #include <clc/clc.h> _CLC_DEF void barrier(cl_mem_fence_flags flags) { __syncthreads(); }