Skip to content

Commit bf7b02a

Browse files
authored
[SYCL][LIBCLC] Add support for shuffles in AMDGCN. (#4664)
This patch brings support for the following builtins: * SubgroupShuffleDownINTEL, * SubgroupShuffleINTEL, * SubgroupShuffleUpINTEL, * SubgroupShuffleXorINTEL. For all the types (modulo half, as it is not supported across all the AMD's targets in libspirv).
1 parent 88f8e38 commit bf7b02a

File tree

2 files changed

+503
-0
lines changed

2 files changed

+503
-0
lines changed

libclc/amdgcn-amdhsa/libspirv/SOURCES

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,3 +13,4 @@ workitem/get_max_sub_group_size.cl
1313
workitem/get_num_sub_groups.cl
1414
workitem/get_sub_group_id.cl
1515
workitem/get_sub_group_size.cl
16+
misc/sub_group_shuffle.cl

0 commit comments

Comments
 (0)