Skip to content

Commit ae471e7

Browse files
baderbb-sycl
authored andcommitted
Update CODEOWNERS (intel#734)
Improve pattern matchers: - SYCL **must be a directory** and **must be located in the root directory** Co-locate directory owned by the tools team and compiler tests.
1 parent f7f3072 commit ae471e7

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

.github/CODEOWNERS

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
# SYCL sub-directory matchers are grouped by code owner first, followed by
88
# alphabetical order within the group. Please, keep this ordering.
99

10+
<<<<<<< HEAD
1011
# Atomics
1112
SYCL/AtomicRef @dm-vodopyanov @AlexeySachkov
1213

@@ -27,6 +28,8 @@ SYCL/Tracing @intel/llvm-reviewers-runtime
2728
SYCL/DeviceLib @vzakhari
2829
SYCL/DeviceLib/ITTAnnotations @vzakhari @MrSidims
2930

31+
=======
32+
>>>>>>> 34c16eb27 (Update CODEOWNERS (#734))
3033
# Group algorithms
3134
/SYCL/GroupAlgorithm/ @Pennycook @intel/llvm-reviewers-runtime
3235
/SYCL/GroupLocalMemory/ @Pennycook @intel/llvm-reviewers-runtime
@@ -37,6 +40,7 @@ SYCL/DeviceLib/ITTAnnotations @vzakhari @MrSidims
3740
/SYCL/Plugin/*level[-_]zero* @intel/dpcpp-l0-pi-reviewers
3841

3942
# Explicit SIMD
43+
<<<<<<< HEAD
4044
config_sycl/esimd* @kychendev @kbobrovs @v-vklochkov
4145
SYCL/ESIMD @intel/dpcpp-esimd-reviewers
4246

@@ -114,4 +118,20 @@ SYCL/XPTI @intel/llvm-reviewers-runtime
114118
/SYCL/Printf/ @intel/dpcpp-tools-reviewers
115119

116120
# Specialization constant
121+
=======
122+
/SYCL/ESIMD/ @intel/dpcpp-esimd-reviewers
123+
124+
# BFloat16 conversion
125+
/SYCL/BFloat16/ @AlexeySotkin @intel/dpcpp-tools-reviewers
126+
127+
# Compiler tests
128+
/SYCL/AOT/ @intel/dpcpp-tools-reviewers
129+
/SYCL/DeviceCodeSplit/ @intel/dpcpp-tools-reviewers
130+
/SYCL/SeparateCompile/ @intel/dpcpp-tools-reviewers
131+
132+
# Printf
133+
/SYCL/Printf/ @intel/dpcpp-tools-reviewers
134+
135+
# Specialization constant
136+
>>>>>>> 34c16eb27 (Update CODEOWNERS (#734))
117137
/SYCL/SpecConstants/ @intel/dpcpp-tools-reviewers

0 commit comments

Comments
 (0)