|
| 1 | +# Licensed to the Apache Software Foundation (ASF) under one |
| 2 | +# or more contributor license agreements. See the NOTICE file |
| 3 | +# distributed with this work for additional information |
| 4 | +# regarding copyright ownership. The ASF licenses this file |
| 5 | +# to you under the Apache License, Version 2.0 (the |
| 6 | +# "License"); you may not use this file except in compliance |
| 7 | +# with the License. You may obtain a copy of the License at |
| 8 | +# |
| 9 | +# http://www.apache.org/licenses/LICENSE-2.0 |
| 10 | +# |
| 11 | +# Unless required by applicable law or agreed to in writing, |
| 12 | +# software distributed under the License is distributed on an |
| 13 | +# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY |
| 14 | +# KIND, either express or implied. See the License for the |
| 15 | +# specific language governing permissions and limitations |
| 16 | +# under the License. |
| 17 | + |
| 18 | +# Github code owners file |
| 19 | +# This file is used as a convenient tool to map |
| 20 | +# committers' areas of expertise and faciliate the review process. |
| 21 | +# |
| 22 | +# This may not be the non-comprehensive list and is meant to be |
| 23 | +# updated over time. |
| 24 | + |
| 25 | +# Per ASF policy, committer have global write permission. |
| 26 | +# We normally recommend committers to shepherd code in their area of expertise. |
| 27 | +* @apache/tvm-committers |
| 28 | + |
| 29 | +# Order is important; the last matching pattern takes the most precedence. |
| 30 | +# The sub modules should be ordered first by depth. |
| 31 | +# Making sure we append new sub-module rules after exisiting modules rules. |
| 32 | + |
| 33 | +############################################################################### |
| 34 | +# IMPORTANT NOTE |
| 35 | +# This file is intentionally not named CODEOWNERS to avoid getting picked up |
| 36 | +# by GitHub's code owners -> review mechanism. For details see |
| 37 | +# https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-code-owners |
| 38 | +# and https://github.com/apache/tvm-rfcs/pull/58 |
| 39 | +# |
| 40 | +# This file is kept to allow manual inspection of who is responsible for |
| 41 | +# different segments of the codebase. |
| 42 | +############################################################################### |
| 43 | + |
| 44 | +############################## |
| 45 | +# Top-level Fallbacks |
| 46 | +############################## |
| 47 | +include/** @tqchen @jroesch @yzhliu @icemelon @junrushao1994 @comaniac @zhiics |
| 48 | +src/** @tqchen @jroesch @yzhliu @icemelon @junrushao1994 @comaniac @zhiics |
| 49 | +apps/** @tqchen @jroesch @yzhliu @icemelon @junrushao1994 @comaniac @zhiics |
| 50 | +python/** @tqchen @jroesch @yzhliu @icemelon @junrushao1994 @comaniac @zhiics |
| 51 | + |
| 52 | +# Thirdparty license audit |
| 53 | +3rdparty/** @tqchen @jroesch |
| 54 | +licenses/** @tqchen @jroesch |
| 55 | + |
| 56 | +# JVM language |
| 57 | +jvm/** @yzhliu |
| 58 | + |
| 59 | +# Golang |
| 60 | +golang/** @srkreddy1238 |
| 61 | + |
| 62 | +# WASM |
| 63 | +web/** @tqchen @jroesch |
| 64 | + |
| 65 | +# Docker |
| 66 | +docker/** @areusch @leandron @jroesch |
| 67 | + |
| 68 | +# Conda |
| 69 | +conda/** @tqchen @junrushao1994 @comaniac |
| 70 | + |
| 71 | +# CMake |
| 72 | +cmake/** @jroesch @tqchen @areusch @junrushao1994 @comaniac |
| 73 | + |
| 74 | +# rust bindings |
| 75 | +rust/** @jroesch @nhynes @nhynes |
| 76 | + |
| 77 | +# vta |
| 78 | +vta/** @tmoreau89 @vegaluisjose |
| 79 | + |
| 80 | +# docs |
| 81 | +docs/** @comaniac @junrushao1994 @tqchen @jroesch @areusch @yzhliu @merrymercy @icemelon |
| 82 | +tutorials/** @comaniac @junrushao1994 @tqchen @jroesch @areusch @yzhliu @merrymercy @icemelon |
| 83 | + |
| 84 | +# tests |
| 85 | +tests/** @comaniac @junrushao1994 @tqchen @jroesch @areusch @yzhliu @merrymercy @icemelon |
| 86 | + |
| 87 | +############################## |
| 88 | +# Specific modules |
| 89 | +############################## |
| 90 | + |
| 91 | +# automation related |
| 92 | +src/auto_scheduler/** @merrymercy @jcf94 @comaniac @junrushao1994 @vinx13 @Hzfengsy |
| 93 | +include/tvm/auto_scheduler/** @merrymercy @jcf94 @comaniac @junrushao1994 @vinx13 @Hzfengsy |
| 94 | +python/tvm/auto_scheduler/** @merrymercy @jcf94 @comaniac @junrushao1994 @vinx13 @Hzfengsy |
| 95 | + |
| 96 | +python/tvm/autotvm/** @merrymercy @jcf94 @comaniac @junrushao1994 @vinx13 |
| 97 | + |
| 98 | +# node system and reflection |
| 99 | +src/node/** @junrushao1994 @vinx13 @tqchen @jroesch @comaniac |
| 100 | +include/tvm/node/** @junrushao1994 @vinx13 @tqchen @jroesch @comaniac |
| 101 | + |
| 102 | +# ir: Common IR |
| 103 | +src/ir/** @junrushao1994 @vinx13 @tqchen @jroesch @comaniac |
| 104 | +include/tvm/ir/** @junrushao1994 @vinx13 @tqchen @jroesch @comaniac |
| 105 | +python/tvm/ir/** @junrushao1994 @vinx13 @tqchen @jroesch @comaniac |
| 106 | + |
| 107 | +# tir |
| 108 | +src/tir/** @junrushao1994 @vinx13 @tqchen @kparzysz-quic @ZihengJiang @masahi @were @Hzfengsy |
| 109 | +include/tvm/tir/** @junrushao1994 @vinx13 @tqchen @kparzysz-quic @ZihengJiang @masahi @were @Hzfengsy |
| 110 | +python/tvm/tir/** @junrushao1994 @vinx13 @tqchen @kparzysz-quic @ZihengJiang @masahi @were @Hzfengsy |
| 111 | + |
| 112 | +# te |
| 113 | +src/te/** @junrushao1994 @vinx13 @tqchen @kparzysz-quic @ZihengJiang @masahi @were |
| 114 | +include/tvm/te/** @junrushao1994 @vinx13 @tqchen @kparzysz-quic @ZihengJiang @masahi @were |
| 115 | +python/tvm/te/** @junrushao1994 @vinx13 @tqchen @kparzysz-quic @ZihengJiang @masahi @were |
| 116 | + |
| 117 | +# target |
| 118 | +src/target/** @junrushao1994 @vinx13 @tqchen @kparzysz-quic @ZihengJiang @masahi |
| 119 | +include/tvm/target/** @junrushao1994 @vinx13 @tqchen @kparzysz-quic @ZihengJiang @masahi |
| 120 | +python/tvm/target/** @junrushao1994 @vinx13 @tqchen @kparzysz-quic @ZihengJiang @masahi |
| 121 | + |
| 122 | +# arith: Arithmetic module and simplifiers |
| 123 | +src/arith/** @tqchen @junrushao1994 @vinx13 |
| 124 | +include/tvm/arith/** @tqchen @junrushao1994 @vinx13 |
| 125 | +python/tvm/arith/** @tqchen @junrushao1994 @vinx13 |
| 126 | + |
| 127 | +# parser |
| 128 | +src/parser/** @jroesch @slyubomirsky |
| 129 | + |
| 130 | +# runtime |
| 131 | +src/runtime/** @vinx13 @tqchen @FronzenGene @liangfu @areusch @tmoreau89 @ajtulloch @masahi @kazum @ZihengJiang @junrushao1994 |
| 132 | +include/tvm/runtime/** @vinx13 @tqchen @FronzenGene @liangfu @areusch @tmoreau89 @ajtulloch @masahi @kazum @ZihengJiang @junrushao1994 |
| 133 | +python/tvm/runtime/** @vinx13 @tqchen @FronzenGene @liangfu @areusch @tmoreau89 @ajtulloch @masahi @kazum @ZihengJiang @junrushao1994 |
| 134 | + |
| 135 | +# runtime/micro |
| 136 | +src/runtime/micro/** @areusch @liangfu @tmoreau89 @manupa-arm |
| 137 | +src/runtime/crt/** @areusch @liangfu @tmoreau89 @manupa-arm |
| 138 | +include/tvm/runtime/crt/** @areusch @liangfu @tmoreau89 @manupa-arm |
| 139 | +include/tvm/runtime/micro/** @areusch @liangfu @tmoreau89 @manupa-arm |
| 140 | +python/tvm/micro/** @areusch @liangfu @tmoreau89 @manupa-arm |
| 141 | + |
| 142 | +# relay |
| 143 | +src/relay/** @jroesch @slyubomirsky @icemelon @MarisaKirisame @ZihengJiang @yzhliu @vinx13 @mbrookhart @jwfromm @zhiics @anijain2305 @wweic @eqy @junrushao1994 |
| 144 | +include/tvm/relay/** @jroesch @slyubomirsky @icemelon @MarisaKirisame @ZihengJiang @yzhliu @vinx13 @mbrookhart @jwfromm @zhiics @anijain2305 @wweic @eqy @junrushao1994 |
| 145 | +python/tvm/relay/** @jroesch @slyubomirsky @icemelon @MarisaKirisame @ZihengJiang @yzhliu @vinx13 @mbrookhart @jwfromm @zhiics @anijain2305 @wweic @eqy @junrushao1994 |
| 146 | + |
| 147 | + |
| 148 | +# relay/qnn |
| 149 | +src/relay/qnn/** @jwfromm @anijain2305 @ZihengJiang |
| 150 | +inlcude/tvm/relay/qnn/** @jwfromm @anijain2305 @ZihengJiang |
| 151 | +python/tvm/relay/qnn/** @jwfromm @anijain2305 @ZihengJiang |
| 152 | + |
| 153 | +# relay/backend/contrib: BYOC |
| 154 | +src/relay/backend/contrib/** @zhiics @trevor-m @comaniac @mbaret @manupa-arm |
| 155 | + |
| 156 | +# relay/frontends |
| 157 | +python/tvm/relay/frontend/** @jwfromm @mbrookhart @srkreddy1238 @siju-samuel @Huyuwei @hlu1 @kazum @PariksheetPinjari909 |
| 158 | + |
| 159 | +# topi: Operator definitions |
| 160 | +src/topi/** @Laurawly @Huyuwei @kevinthesun @jwfromm @vinx13 @masahi @FronzenGene @yzhliu @mbrookhart @ZihengJiang @jcf94 |
| 161 | +include/tvm/topi/** @Laurawly @Huyuwei @kevinthesun @jwfromm @vinx13 @masahi @FronzenGene @yzhliu @mbrookhart @ZihengJiang @jcf94 |
| 162 | +python/tvm/topi/** @Laurawly @Huyuwei @kevinthesun @jwfromm @vinx13 @masahi @FronzenGene @yzhliu @mbrookhart @ZihengJiang @jcf94 |
| 163 | + |
| 164 | + |
| 165 | +# tvm/driver/ |
| 166 | +python/tvm/driver/** @leandron @jwfromm @tqchen @jroesch |
| 167 | + |
| 168 | +# tvm/driver/tvmc |
| 169 | +python/tvm/driver/tvmc/** @leandron @jwfromm |
0 commit comments