From c668703ae94a00a4f8c0b25f606117d32a6026ca Mon Sep 17 00:00:00 2001 From: tqchen Date: Thu, 12 Oct 2017 10:41:15 -0700 Subject: [PATCH] Add CODEOWNERS --- CODEOWNERS | 17 +++++++++++++++++ CONTRIBUTORS.md | 11 ++++++++++- 2 files changed, 27 insertions(+), 1 deletion(-) create mode 100644 CODEOWNERS diff --git a/CODEOWNERS b/CODEOWNERS new file mode 100644 index 000000000000..0e22cff91e0b --- /dev/null +++ b/CODEOWNERS @@ -0,0 +1,17 @@ +# Github owner file +# List of code reviewers for TVM modules + +# Global reviewers +* @dmlc/tvm-committers + +# LLVM backends +src/llvm/* @aatluri + +# ROCM runtime +src/runtime/rocm/* @aatluri + +# JVM language +jvm/* @javelinjs + +# TOPI +topi/python/topi/* @Laurawly @Huyuwei diff --git a/CONTRIBUTORS.md b/CONTRIBUTORS.md index bbd64f460452..87ed9026ba11 100644 --- a/CONTRIBUTORS.md +++ b/CONTRIBUTORS.md @@ -18,10 +18,19 @@ Committers are people who have made substantial contribution to the project and - [Haichen Shen](http://homes.cs.washington.edu/~haichen/), University of Washington - [Ziheng Jiang](https://github.com/ZihengJiang), Fudan University +Code Owners +----------- +[Code owners](CODEOWNERS) are people who make substantial contribution to a module +and are qualified to lead development and review changes of the owned module. + +- [Aditya Atluri](https://github.com/adityaatluri) ROCM +- [Leyuan Wang](https://github.com/Laurawly) TOPI +- [Yuwei Hu](https://github.com/Huyuwei) TOPI +- [Yizhi Liu](https://github.com/javelinjs) JVM package + List of Contributors -------------------- - [Full List of Contributors](https://github.com/dmlc/tvm/graphs/contributors) - To contributors: please add your name to the list. - [Qiao Zhang](https://github.com/zhangqiaorjc) -- [Yizhi Liu](https://github.com/javelinjs) - [Jian Weng](https://github.com/were)