8000 Add CODEOWNERS by tqchen · Pull Request #545 · apache/tvm · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Add CODEOWNERS #545

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Oct 12, 2017
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 17 additions & 0 deletions CODEOWNERS
Original file line number Diff line number Diff line change
@@ -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
11 changes: 10 additions & 1 deletion CONTRIBUTORS.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
0