summaryrefslogtreecommitdiffstats
path: root/libclc/generic/include/clc/async/async_work_group_strided_copy.h
blob: bfa6f31faca8839cd0997ee088ae8da31cef42fb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#define __CLC_DST_ADDR_SPACE local
#define __CLC_SRC_ADDR_SPACE global
#define __CLC_BODY <clc/async/async_work_group_strided_copy.inc>
#include <clc/async/gentype.inc>
#undef __CLC_DST_ADDR_SPACE
#undef __CLC_SRC_ADDR_SPACE
#undef __CLC_BODY

#define __CLC_DST_ADDR_SPACE global
#define __CLC_SRC_ADDR_SPACE local
#define __CLC_BODY <clc/async/async_work_group_strided_copy.inc>
#include <clc/async/gentype.inc>
#undef __CLC_DST_ADDR_SPACE
#undef __CLC_SRC_ADDR_SPACE
#undef __CLC_BODY
OpenPOWER on IntegriCloud