CODEOWNERS 458 Bytes
Newer Older
Tianqi Chen committed
1 2 3 4 5 6 7
# Github owner file
# List of code reviewers for TVM modules

# Global reviewers
*        @dmlc/tvm-committers

# LLVM backends
8
src/codegen/llvm/*          @aatluri
Tianqi Chen committed
9 10 11 12

# ROCM runtime
src/runtime/rocm/*    @aatluri

13 14 15 16
# SGX support
src/runtime/sgx/*       @nhynes
apps/sgx/*              @nhynes

Tianqi Chen committed
17
# JVM language
Yizhi Liu committed
18
jvm/*   @yzhliu
Tianqi Chen committed
19

20 21 22 23
# WebGL backends
src/runtime/opengl/*    @phisiart
src/codegen/*opengl*    @phisiart

Tianqi Chen committed
24 25
# TOPI
topi/python/topi/*  @Laurawly @Huyuwei
26 27