-
Notifications
You must be signed in to change notification settings - Fork 224
Expand file tree
/
Copy pathCODEOWNERS
More file actions
51 lines (43 loc) · 2.07 KB
/
CODEOWNERS
File metadata and controls
51 lines (43 loc) · 2.07 KB
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
# Documentation owners and reviewers
/docs/ @Vika-F @maria-Petrova @david-cortes-intel @yuejiaointel
*.md @Vika-F @maria-Petrova @david-cortes-intel @syakov-intel
# TTP files
third-party* @maria-Petrova @syakov-intel
# Samples & examples
samples/ @maria-Petrova @Alexandr-Solovev @Vika-F @ethanglaser @icfaust @david-cortes-intel
examples/ @maria-Petrova @Alexandr-Solovev @Vika-F @ethanglaser @icfaust @david-cortes-intel
# Infrastructure and tools
.ci/ @napetrov @homksei @ahuber21 @ethanglaser @icfaust
.github/ @napetrov @homksei @ahuber21 @ethanglaser @icfaust
.bazelversion @napetrov @homksei @ahuber21 @ethanglaser @icfaust
WORKSPACE @napetrov @homksei @ahuber21 @ethanglaser @icfaust
# Build & dev infrastructure
make* @Alexandr-Solovev
cmake/ @Alexandr-Solovev
deploy/ @homksei @ahuber21 @ethanglaser
dev/ @homksei @ahuber21 @ethanglaser
dev/bazel/ @Alexandr-Solovev
MODULE.bazel* @Alexandr-Solovev
# Platform-specific build scripts
dev/make/function_definitions/arm* @rakshithgb-fujitsu
dev/make/function_definitions/lnxarm* @rakshithgb-fujitsu
dev/make/function_definitions/riscv64* @keeranroth
dev/make/function_definitions/lnxriscv64* @keeranroth
.ci/env/arm-* @rakshithgb-fujitsu
.ci/env/*riscv*.cmake @keeranroth
.github/workflows/ci-aarch64.yml @rakshithgb-fujitsu
.github/workflows/* @icfaust
# C++ code
cpp/ @Alexandr-Solovev @avolkov-intel @icfaust @ethanglaser @david-cortes-intel
# Platform-specific code owners
cpp/**/*arm* @rakshithgb-fujitsu
cpp/**/*aarch64* @rakshithgb-fujitsu
cpp/**/*riscv64* @keeranroth
# Tree based methods
dtrees @razdoburdin @ahuber21 @avolkov-intel @icfaust @david-cortes-intel
# Governance and process
/.github/CODEOWNERS @uxlfoundation/oneDAL-maintain
/SECURITY.md @uxlfoundation/oneDAL-maintain
/MAINTAINERS.md @uxlfoundation/oneDAL-maintain
/CONTRIBUTING.md @uxlfoundation/oneDAL-maintain
/CODE_OF_CONDUCT.md @uxlfoundation/oneDAL-maintain