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
[NFC][Py Reformat] Reformat python files in llvm
[llvm-project.git]
/
libclc
/
ptx-nvidiacl
/
lib
/
synchronization
/
barrier.cl
blob
b3d99d797edfad4da668ecad211e89079f1e2c94
1
#
include
<
clc
/
clc.h
>
2
3
_CLC_DEF _CLC_OVERLOAD void barrier
(
cl_mem_fence_flags
flags
) {
4
__syncthreads
()
;
5
}