-
Notifications
You must be signed in to change notification settings - Fork 37
Expand file tree
/
Copy pathCODEOWNERS
More file actions
24 lines (19 loc) · 807 Bytes
/
CODEOWNERS
File metadata and controls
24 lines (19 loc) · 807 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# C/C++ library code
/include/ @ibhati @ahuber21
/cmake/ @mihaic @ibhati @ahuber21
/tests/ @mihaic @ibhati @ahuber21 @yuejiaointel
/benchmark/ @mihaic @ibhati @ahuber21
/tools/ @mihaic @ibhati @ahuber21
/utils/ @mihaic @ibhati @ahuber21
# Python and other language bindings
/bindings/ @ethanglaser @ibhati @ahuber21
# Examples and datasets
/examples/ @ibhati @ahuber21
/data/ @ibhati @ahuber21
# Docker and build environment
/docker/ @mihaic @ahuber21
# CI and infra
/.github @mihaic @homksei @yuejiaointel @ethanglaser
# Documentation and meta files
/*.md @aguerreb @napetrov
/THIRD-PARTY-PROGRAMS @aguerreb @napetrov