Skip to content

Commit e02f9c0

Browse files
committed
Merge from 'main' to 'sycl-web' (1 commits)
CONFLICT (modify/delete): libclc/generic/include/clc/async/gentype.inc deleted in 5b6fc61 and modified in HEAD. Version HEAD of libclc/generic/include/clc/async/gentype.inc left in tree.
2 parents c361a95 + 5b6fc61 commit e02f9c0

File tree

10 files changed

+505
-823
lines changed

10 files changed

+505
-823
lines changed

libclc/generic/include/clc/async/async_work_group_copy.h

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,21 @@
99
#define __CLC_DST_ADDR_SPACE local
1010
#define __CLC_SRC_ADDR_SPACE global
1111
#define __CLC_BODY <clc/async/async_work_group_copy.inc>
12-
#include <clc/async/gentype.inc>
12+
#include <clc/integer/gentype.inc>
13+
#undef __CLC_BODY
14+
#define __CLC_BODY <clc/async/async_work_group_copy.inc>
15+
#include <clc/math/gentype.inc>
16+
#undef __CLC_BODY
1317
#undef __CLC_DST_ADDR_SPACE
1418
#undef __CLC_SRC_ADDR_SPACE
15-
#undef __CLC_BODY
1619

1720
#define __CLC_DST_ADDR_SPACE global
1821
#define __CLC_SRC_ADDR_SPACE local
1922
#define __CLC_BODY <clc/async/async_work_group_copy.inc>
20-
#include <clc/async/gentype.inc>
23+
#include <clc/integer/gentype.inc>
24+
#undef __CLC_BODY
25+
#define __CLC_BODY <clc/async/async_work_group_copy.inc>
26+
#include <clc/math/gentype.inc>
27+
#undef __CLC_BODY
2128
#undef __CLC_DST_ADDR_SPACE
2229
#undef __CLC_SRC_ADDR_SPACE
23-
#undef __CLC_BODY

libclc/generic/include/clc/async/async_work_group_strided_copy.h

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,21 @@
99
#define __CLC_DST_ADDR_SPACE local
1010
#define __CLC_SRC_ADDR_SPACE global
1111
#define __CLC_BODY <clc/async/async_work_group_strided_copy.inc>
12-
#include <clc/async/gentype.inc>
12+
#include <clc/integer/gentype.inc>
13+
#undef __CLC_BODY
14+
#define __CLC_BODY <clc/async/async_work_group_strided_copy.inc>
15+
#include <clc/math/gentype.inc>
16+
#undef __CLC_BODY
1317
#undef __CLC_DST_ADDR_SPACE
1418
#undef __CLC_SRC_ADDR_SPACE
15-
#undef __CLC_BODY
1619

1720
#define __CLC_DST_ADDR_SPACE global
1821
#define __CLC_SRC_ADDR_SPACE local
1922
#define __CLC_BODY <clc/async/async_work_group_strided_copy.inc>
20-
#include <clc/async/gentype.inc>
23+
#include <clc/integer/gentype.inc>
24+
#undef __CLC_BODY
25+
#define __CLC_BODY <clc/async/async_work_group_strided_copy.inc>
26+
#include <clc/math/gentype.inc>
27+
#undef __CLC_BODY
2128
#undef __CLC_DST_ADDR_SPACE
2229
#undef __CLC_SRC_ADDR_SPACE
23-
#undef __CLC_BODY

0 commit comments

Comments
 (0)