Skip to content

Commit 5ed3a8e

Browse files
committed
[CODEOWNERS] Add code owners for DPC++ tools
Assign code owners for file-table-tform, llvm-foreach and llvm-no-spir-kernel tools. Add more comments and co-locate related components.
1 parent e9423ff commit 5ed3a8e

File tree

1 file changed

+20
-8
lines changed

1 file changed

+20
-8
lines changed

.github/CODEOWNERS

Lines changed: 20 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,27 @@
11
* @bader
22

3+
# Front-ent compiler
34
clang/ @Fznamznon @premanandrao @elizabethandrews
45

6+
# Driver
57
clang/**/Driver @mdtoguchi @AGindinson
68

9+
# LLVM-SPIRV translator
710
llvm-spirv/ @AlexeySotkin @AlexeySachkov
811

12+
# OpenCL "offline" compiler
913
opencl-aot/ @dm-vodopyanov @AlexeySachkov @romanovvlad
1014

15+
# Device library
1116
libdevice/ @vzakhari
1217

13-
sycl/ @intel/llvm-reviewers-runtime
14-
18+
# Documentation
1519
sycl/ReleaseNotes.md @pvchupin
20+
sycl/doc/ @pvchupin @kbobrovs
21+
sycl/doc/extensions/ @intel/dpcpp-specification-reviewers
22+
23+
# DPC++ runtime library
24+
sycl/ @intel/llvm-reviewers-runtime
1625

1726
# USM
1827
sycl/include/CL/sycl/detail/clusm.hpp @jbrodman
@@ -41,6 +50,9 @@ sycl/source/detail/plugin.hpp @smaslov-intel
4150
sycl/source/detail/posix_pi.cpp @smaslov-intel
4251
sycl/source/detail/windows_pi.cpp @smaslov-intel
4352

53+
# CUDA plugin
54+
sycl/plugins/cuda/ @intel/llvm-reviewers-cuda
55+
4456
# Stream
4557
sycl/include/CL/sycl/detail/stream_impl.hpp @againull
4658
sycl/include/CL/sycl/stream.hpp @againull
@@ -78,16 +90,16 @@ sycl/source/half_type.cpp @AlexeySachkov
7890
sycl/include/CL/sycl/swizzles.def @turinevgeny
7991
sycl/include/CL/sycl/types.hpp @turinevgeny
8092

81-
sycl/plugins/cuda/ @intel/llvm-reviewers-cuda
82-
83-
sycl/doc/ @pvchupin @kbobrovs
84-
85-
sycl/doc/extensions/ @intel/dpcpp-specification-reviewers
86-
93+
# XPTI instrumentation utilities
8794
xpti/ @tovinkere @andykaylor
8895
xptifw/ @tovinkere @andykaylor
8996

97+
# DPC++ tools
98+
llvm/tools/file-table-tform/ @kbobrovs @AlexeySachkov
99+
llvm/tools/llvm-foreach/ @Fznamznon @AlexeySachkov
100+
llvm/tools/llvm-no-spir-kernel/ @AGindinson @AlexeySachkov
90101
llvm/tools/sycl-post-link/ @kbobrovs @AlexeySachkov
91102

103+
# Clang offload tools
92104
clang/tools/clang-offload-bundler/ @kbobrovs @sndmitriev
93105
clang/tools/clang-offload-wrapper/ @sndmitriev @kbobrovs

0 commit comments

Comments
 (0)