3d21fa56创建于 2020年8月18日历史提交
#include <clc/clc.h>

_CLC_DEF _CLC_OVERLOAD void barrier(cl_mem_fence_flags flags) {
  __syncthreads();
}