summaryrefslogtreecommitdiffstats
path: root/libclc/generic/include/clc/async/async_work_group_strided_copy.inc
blob: bdbea3aa4a16c53b3b51c5904ded93235219fff6 (plain)
1
2
3
4
5
6
_CLC_OVERLOAD _CLC_DECL event_t async_work_group_strided_copy(
  __CLC_DST_ADDR_SPACE __CLC_GENTYPE *dst,
  const __CLC_SRC_ADDR_SPACE __CLC_GENTYPE *src,
  size_t num_gentypes,
  size_t stride,
  event_t event);
OpenPOWER on IntegriCloud