Skip to content
This repository was archived by the owner on Mar 28, 2023. It is now read-only.

Commit 8cdb16e

Browse files
authored
[SYCL] Use teams to assign code ownership (#629)
1 parent c415287 commit 8cdb16e

File tree

1 file changed

+18
-69
lines changed

1 file changed

+18
-69
lines changed

.github/CODEOWNERS

Lines changed: 18 additions & 69 deletions
Original file line numberDiff line numberDiff line change
@@ -1,86 +1,35 @@
11
* @vladimirlaz @romanovvlad @bader
22

3-
# AOT compilation
4-
SYCL/AOT @AGindinson @dm-vodopyanov @AlexeySachkov @romanovvlad
3+
# Use runtime team as the umbrella for most of the tests
4+
SYCL @intel/llvm-reviewers-runtime
55

6-
# Atomics
7-
SYCL/AtomicRef @AGindinson
6+
# AOT compilation
7+
SYCL/AOT @intel/dpcpp-tools-reviewers
88

9-
# SYCL RT specific tests
10-
SYCL/Assert @intel/llvm-reviewers-runtime
11-
SYCL/Basic @intel/llvm-reviewers-runtime
12-
SYCL/Config @intel/llvm-reviewers-runtime
13-
SYCL/DiscardEvents @intel/llvm-reviewers-runtime
14-
SYCL/FilterSelector @intel/llvm-reviewers-runtime
15-
SYCL/HostInteropTask @intel/llvm-reviewers-runtime
16-
SYCL/InorderQueue @intel/llvm-reviewers-runtime
17-
SYCL/KernelAndProgram @intel/llvm-reviewers-runtime
18-
SYCL/KernelParams @intel/llvm-reviewers-runtime
19-
SYCL/Scheduler @intel/llvm-reviewers-runtime
20-
SYCL/Tracing @intel/llvm-reviewers-runtime
9+
#BFloat16 conversion
10+
SYCL/BFloat16 @AlexeySotkin @intel/dpcpp-tools-reviewers
2111

2212
# Device code split
23-
SYCL/DeviceCodeSplit @AlexeySachkov @Fznamznon
24-
25-
# Device library
26-
SYCL/DeviceLib @vzakhari
27-
SYCL/DeviceLib/ITTAnnotations @vzakhari @MrSidims @AGindinson
28-
29-
# dot_product API
30-
SYCL/DotProduct @rdeodhar
13+
SYCL/DeviceCodeSplit @intel/dpcpp-tools-reviewers
3114

3215
# Explicit SIMD
33-
SYCL/ESIMD @kbobrovs @v-klochkov @sndmitriev
34-
35-
# Functor
36-
SYCL/Functor @AlexeySachkov
16+
SYCL/ESIMD @intel/dpcpp-esimd-reviewers
3717

3818
# Group algorithms
39-
SYCL/GroupAlgorithm @Pennycook @AlexeySachkov
40-
SYCL/SubGroup @Pennycook @AlexeySachkov
41-
SYCL/SubGroupMask @Pennycook @vladimilaz
42-
43-
# Group local memory
44-
SYCL/GroupLocalMemory @sergey-semenov @Pennycook
45-
46-
# Hierarchical parallelism
47-
SYCL/HierPar @kbobrovs
48-
49-
# Inline assembler
50-
SYCL/InlineAsm @AlexeySachkov
19+
SYCL/GroupAlgorithm @Pennycook @intel/llvm-reviewers-runtime
20+
SYCL/SubGroup @Pennycook @intel/llvm-reviewers-runtime
21+
SYCL/SubGroupMask @Pennycook @intel/llvm-reviewers-runtime
22+
SYCL/GroupLocalMemory @Pennycook @intel/llvm-reviewers-runtime
5123

52-
# Online compiler
53-
SYCL/OnlineCompiler @v-klochkov
54-
55-
# Plugin interface
56-
SYCL/Plugin @smaslov-intel
24+
# Plugin interface for Level Zero
25+
SYCL/Plugin/*level-zero* @intel/dpcpp-l0-pi-reviewers
26+
SYCL/Plugin/*level_zero* @intel/dpcpp-l0-pi-reviewers
5727

5828
# Printf
59-
SYCL/Printf @AlexeySachkov @AGindinson @mlychkov
60-
61-
# Reduction algorithms
62-
SYCL/Reduction @v-klochkov
63-
64-
# Image sampler
65-
SYCL/Sampler @cperkinsintel
29+
SYCL/Printf @intel/dpcpp-tools-reviewers
6630

6731
# Separate compilation
68-
SYCL/SeparateCompile @AlexeySachkov @Fznamznon
32+
SYCL/SeparateCompile @intel/dpcpp-tools-reviewers
6933

7034
# Specialization constant
71-
SYCL/SpecConstants @kbobrovs
72-
73-
# Unified Shared Memory (USM)
74-
SYCL/USM @jbrodman @sergey-semenov
75-
76-
# Stream
77-
SYCL/Basic/stream @againull
78-
79-
#BFloat16 conversion
80-
SYCL/BFloat16 @AlexeySotkin @MrSidims
81-
82-
# Deprecated features
83-
SYCL/DeprecatedFeatures @intel/llvm-reviewers-runtime
84-
85-
# XPTI and XPTI Framework
86-
SYCL/XPTI @intel/llvm-reviewers-runtime
35+
SYCL/SpecConstants @intel/dpcpp-tools-reviewers

0 commit comments

Comments
 (0)