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
[RISCV] Fix mgather -> riscv.masked.strided.load combine not extending indices (...
[llvm-project.git]
/
libclc
/
generic
/
include
/
clc
/
async
/
async_work_group_strided_copy.inc
blob
bdbea3aa4a16c53b3b51c5904ded93235219fff6
1
_CLC_OVERLOAD _CLC_DECL event_t async_work_group_strided_copy(
2
__CLC_DST_ADDR_SPACE __CLC_GENTYPE *dst,
3
const __CLC_SRC_ADDR_SPACE __CLC_GENTYPE *src,
4
size_t num_gentypes,
5
size_t stride,
6
event_t event);