repo.or.cz
/
llvm-project.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[Flang][OpenMP]Add parsing support for DISPATCH construct (#121982)
[llvm-project.git]
/
libclc
/
generic
/
include
/
clc
/
explicit_fence
/
explicit_memory_fence.h
blob
05c6d7939549bd293f3e5b431bc40daaf23c7495
1
_CLC_DECL _CLC_OVERLOAD
void
mem_fence
(
cl_mem_fence_flags flags
);
2
_CLC_DECL _CLC_OVERLOAD
void
read_mem_fence
(
cl_mem_fence_flags flags
);
3
_CLC_DECL _CLC_OVERLOAD
void
write_mem_fence
(
cl_mem_fence_flags flags
);