-
Notifications
You must be signed in to change notification settings - Fork 3.5k
/
CODEOWNERS
Validating CODEOWNERS rules...
120 lines (83 loc) · 3.55 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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
# Licensed to the Apache Software Foundation (ASF) under one
# or more contributor license agreements. See the NOTICE file
# distributed with this work for additional information
# regarding copyright ownership. The ASF licenses this file
# to you under the Apache License, Version 2.0 (the
# "License"); you may not use this file except in compliance
# with the License. You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing,
# software distributed under the License is distributed on an
# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
# KIND, either express or implied. See the License for the
# specific language governing permissions and limitations
# under the License.
# Github code owners file
# This file is used as a convenient tool to map
# committers' areas of expertise and faciliate the review process.
#
# This may not be the non-comprehensive list and is meant to be
# updated over time.
# Per ASF policy, committer have global write permission.
# We normally recommend committers to shepherd code in their area of expertise.
* @apache/tvm-committers
# automation related
**/auto_scheduler/** @merrymercy @jcf94 @comaniac @junrushao1994 @vinx13
**/autotvm/** @merrymercy @jcf94 @comaniac @junrushao1994 @vinx13
# TIR
**/tir/** @junrushao1994 @vinx13 @tqchen @kparzysz-quic @ZihengJiang @masahi @were
# TE
**/te/** @junrushao1994 @vinx13 @tqchen @kparzysz-quic @ZihengJiang @masahi @were
# Target
**/target/** @junrushao1994 @vinx13 @tqchen @kparzysz-quic @ZihengJiang @masahi
# ARITH and simplifier
**/arith/** @tqchen @junrushao1994 @vinx13
# parser
**/parser/** @jroesch @slyubomirsky
# Runtime
**/runtime/** @vinx13 @tqchen @FronzenGene @liangfu @areusch @tmoreau89 @ajtulloch @masahi @kazum @ZihengJiang @junrushao1994
# micro TVM
**/micro/** @areusch @liangfu @tmoreau89
# VTA
vta/** @tmoreau89 @vegaluisjose
# relay
**/relay/** @jroesch @slyubomirsky @icemelon9 @MarisaKirisame @ZihengJiang @yzhliu @vinx13 @mbrookhart @jwfromm @zhiics @anijain2305 @wweic @eqy @junrushao1994
# quantization and QNN
**/qnn/** @jwfromm @anijain2305 @ZihengJiang
# BYOC
src/relay/backend/contrib/** @zhiics @trevor-m @comaniac @mbaret
# TOPI
**/topi/** @Laurawly @Huyuwei @kevinthesun @jwfromm @vinx13 @masahi @FronzenGene @yzhliu @mbrookhart @ZihengJiang @jcf94
# frontends
python/tvm/relay/frontend/** @jwfromm @mbrookhart @srkreddy1238 @siju-samuel @Huyuwei @hlu1 @kazum @PariksheetPinjari909
# TVMC
python/tvm/driver/tvmc/** @leandron
# Docker
docker/** @areusch @leandron @jroesch
# Conda
conda/** @tqchen @junrushao1994 @comaniac
# CMake
cmake/** @jroesch @tqchen @areusch @junrushao1994 @comaniac
# rust bindings
rust/** @jroesch @nhynes @nhynes
# docs
docs/** @comaniac @junrushao1994 @tqchen @jroesch @areusch @yzhliu @merrymercy @icemelon9
tutorials/** @comaniac @junrushao1994 @tqchen @jroesch @areusch @yzhliu @merrymercy @icemelon9
# Tests
tests/** @comaniac @junrushao1994 @tqchen @jroesch @areusch @yzhliu @merrymercy @icemelon9
# JVM language
jvm/** @yzhliu
# Golang
golang/** @srkreddy1238
# WASM
web/** @tqchen @jroesch
# Fallbacks
include/** @tqchen @jroesch @yzhliu @icemelon9 @junrushao1994 @comaniac @zhiics
src/** @tqchen @jroesch @yzhliu @icemelon9 @junrushao1994 @comaniac @zhiics
apps/** @tqchen @jroesch @yzhliu @icemelon9 @junrushao1994 @comaniac @zhiics
python/** @tqchen @jroesch @yzhliu @icemelon9 @junrushao1994 @comaniac @zhiics
# Thirdparty license audit
3rdparty/** @tqchen @jroesch
licenses/** @tqchen @jroesch