Skip to content

Commit b384cd4

Browse files
authored
Add CODEOWNERS (#545)
1 parent f491a7c commit b384cd4

File tree

2 files changed

+27
-1
lines changed

2 files changed

+27
-1
lines changed

CODEOWNERS

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
# Github owner file
2+
# List of code reviewers for TVM modules
3+
4+
# Global reviewers
5+
* @dmlc/tvm-committers
6+
7+
# LLVM backends
8+
src/llvm/* @aatluri
9+
10+
# ROCM runtime
11+
src/runtime/rocm/* @aatluri
12+
13+
# JVM language
14+
jvm/* @javelinjs
15+
16+
# TOPI
17+
topi/python/topi/* @Laurawly @Huyuwei

CONTRIBUTORS.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,19 @@ Committers are people who have made substantial contribution to the project and
1818
- [Haichen Shen](http://homes.cs.washington.edu/~haichen/), University of Washington
1919
- [Ziheng Jiang](https://github.com/ZihengJiang), Fudan University
2020

21+
Code Owners
22+
-----------
23+
[Code owners](CODEOWNERS) are people who make substantial contribution to a module
24+
and are qualified to lead development and review changes of the owned module.
25+
26+
- [Aditya Atluri](https://github.com/adityaatluri) ROCM
27+
- [Leyuan Wang](https://github.com/Laurawly) TOPI
28+
- [Yuwei Hu](https://github.com/Huyuwei) TOPI
29+
- [Yizhi Liu](https://github.com/javelinjs) JVM package
30+
2131
List of Contributors
2232
--------------------
2333
- [Full List of Contributors](https://github.com/dmlc/tvm/graphs/contributors)
2434
- To contributors: please add your name to the list.
2535
- [Qiao Zhang](https://github.com/zhangqiaorjc)
26-
- [Yizhi Liu](https://github.com/javelinjs)
2736
- [Jian Weng](https://github.com/were)

0 commit comments

Comments
 (0)