-
Notifications
You must be signed in to change notification settings - Fork 745
/
CODEOWNERS
Validating CODEOWNERS rules...
54 lines (39 loc) · 1.38 KB
/
CODEOWNERS
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
* @bader
# Front-end compiler
clang/ @intel/dpcpp-cfe-reviewers
# Clang driver
clang/**/Driver/ @intel/dpcpp-clang-driver-reviewers
# LLVM-SPIRV translator
llvm-spirv/ @intel/dpcpp-spirv-reviewers
# OpenCL deps
opencl/ @intel/llvm-reviewers-runtime
# OpenCL "offline" compiler
opencl/opencl-aot/ @intel/dpcpp-tools-reviewers
# Device library
libdevice/ @intel/llvm-reviewers-runtime
# DPC++ runtime library
sycl/ @intel/llvm-reviewers-runtime
# Documentation
sycl/ReleaseNotes.md @intel/dpcpp-doc-reviewers
sycl/doc/ @intel/dpcpp-doc-reviewers
sycl/doc/design/ @intel/dpcpp-specification-reviewers
sycl/doc/extensions/ @intel/dpcpp-specification-reviewers
sycl/doc/extensions/SPIRV/ @intel/dpcpp-spirv-doc-reviewers
# Level Zero plugin
sycl/plugins/level_zero/ @intel/dpcpp-l0-pi-reviewers
# ESIMD CPU emulator plug-in
sycl/plugins/esimd_cpu/ @intel/dpcpp-esimd-reviewers
# CUDA plugin
sycl/plugins/cuda/ @intel/llvm-reviewers-cuda
# XPTI instrumentation utilities
xpti/ @intel/llvm-reviewers-runtime
xptifw/ @intel/llvm-reviewers-runtime
# DPC++ tools
llvm/ @intel/dpcpp-tools-reviewers
# Clang offload tools
clang/tools/clang-offload-*/ @intel/dpcpp-tools-reviewers
# Explicit SIMD
ESIMD/ @intel/dpcpp-esimd-reviewers
esimd/ @intel/dpcpp-esimd-reviewers
sycl/include/sycl/ext/intel/experimental/esimd.hpp @intel/dpcpp-esimd-reviewers
sycl/doc/extensions/ExplicitSIMD/ @intel/dpcpp-esimd-reviewers