Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.
#include <clc/clc.h>
_CLC_DEF _CLC_OVERLOAD void barrier(cl_mem_fence_flags flags) {
__syncthreads();
}