forked from apache/tvm
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Minor][MemHammer] Minor tweaks in code review (apache#14)
* ... * Apply clang-format * Apply black * remove CODEOWNERS
- Loading branch information
Showing
14 changed files
with
55 additions
and
211 deletions.
There are no files selected for viewing
Validating CODEOWNERS rules …
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,158 +0,0 @@ | ||
# Licensed to the Apache Software Foundation (ASF) under one | ||
# or more contributor license agreements. See the NOTICE file | ||
# distributed with this work for additional information | ||
# regarding copyright ownership. The ASF licenses this file | ||
# to you under the Apache License, Version 2.0 (the | ||
# "License"); you may not use this file except in compliance | ||
# with the License. You may obtain a copy of the License at | ||
# | ||
# http://www.apache.org/licenses/LICENSE-2.0 | ||
# | ||
# Unless required by applicable law or agreed to in writing, | ||
# software distributed under the License is distributed on an | ||
# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY | ||
# KIND, either express or implied. See the License for the | ||
# specific language governing permissions and limitations | ||
# under the License. | ||
|
||
# Github code owners file | ||
# This file is used as a convenient tool to map | ||
# committers' areas of expertise and faciliate the review process. | ||
# | ||
# This may not be the non-comprehensive list and is meant to be | ||
# updated over time. | ||
|
||
# Per ASF policy, committer have global write permission. | ||
# We normally recommend committers to shepherd code in their area of expertise. | ||
* @apache/tvm-committers | ||
|
||
# Order is important; the last matching pattern takes the most precedence. | ||
# The sub modules should be ordered first by depth. | ||
# Making sure we append new sub-module rules after exisiting modules rules. | ||
|
||
############################## | ||
# Top-level Fallbacks | ||
############################## | ||
include/** @tqchen @jroesch @yzhliu @icemelon @junrushao1994 @comaniac @zhiics | ||
src/** @tqchen @jroesch @yzhliu @icemelon @junrushao1994 @comaniac @zhiics | ||
apps/** @tqchen @jroesch @yzhliu @icemelon @junrushao1994 @comaniac @zhiics | ||
python/** @tqchen @jroesch @yzhliu @icemelon @junrushao1994 @comaniac @zhiics | ||
|
||
# Thirdparty license audit | ||
3rdparty/** @tqchen @jroesch | ||
licenses/** @tqchen @jroesch | ||
|
||
# JVM language | ||
jvm/** @yzhliu | ||
|
||
# Golang | ||
golang/** @srkreddy1238 | ||
|
||
# WASM | ||
web/** @tqchen @jroesch | ||
|
||
# Docker | ||
docker/** @areusch @leandron @jroesch | ||
|
||
# Conda | ||
conda/** @tqchen @junrushao1994 @comaniac | ||
|
||
# CMake | ||
cmake/** @jroesch @tqchen @areusch @junrushao1994 @comaniac | ||
|
||
# rust bindings | ||
rust/** @jroesch @nhynes @nhynes | ||
|
||
# vta | ||
vta/** @tmoreau89 @vegaluisjose | ||
|
||
# docs | ||
docs/** @comaniac @junrushao1994 @tqchen @jroesch @areusch @yzhliu @merrymercy @icemelon | ||
tutorials/** @comaniac @junrushao1994 @tqchen @jroesch @areusch @yzhliu @merrymercy @icemelon | ||
|
||
# tests | ||
tests/** @comaniac @junrushao1994 @tqchen @jroesch @areusch @yzhliu @merrymercy @icemelon | ||
|
||
############################## | ||
# Specific modules | ||
############################## | ||
|
||
# automation related | ||
src/auto_scheduler/** @merrymercy @jcf94 @comaniac @junrushao1994 @vinx13 @Hzfengsy | ||
include/tvm/auto_scheduler/** @merrymercy @jcf94 @comaniac @junrushao1994 @vinx13 @Hzfengsy | ||
python/tvm/auto_scheduler/** @merrymercy @jcf94 @comaniac @junrushao1994 @vinx13 @Hzfengsy | ||
|
||
python/tvm/autotvm/** @merrymercy @jcf94 @comaniac @junrushao1994 @vinx13 | ||
|
||
# node system and reflection | ||
src/node/** @junrushao1994 @vinx13 @tqchen @jroesch @comaniac | ||
include/tvm/node/** @junrushao1994 @vinx13 @tqchen @jroesch @comaniac | ||
|
||
# ir: Common IR | ||
src/ir/** @junrushao1994 @vinx13 @tqchen @jroesch @comaniac | ||
include/tvm/ir/** @junrushao1994 @vinx13 @tqchen @jroesch @comaniac | ||
python/tvm/ir/** @junrushao1994 @vinx13 @tqchen @jroesch @comaniac | ||
|
||
# tir | ||
src/tir/** @junrushao1994 @vinx13 @tqchen @kparzysz-quic @ZihengJiang @masahi @were @Hzfengsy | ||
include/tvm/tir/** @junrushao1994 @vinx13 @tqchen @kparzysz-quic @ZihengJiang @masahi @were @Hzfengsy | ||
python/tvm/tir/** @junrushao1994 @vinx13 @tqchen @kparzysz-quic @ZihengJiang @masahi @were @Hzfengsy | ||
|
||
# te | ||
src/te/** @junrushao1994 @vinx13 @tqchen @kparzysz-quic @ZihengJiang @masahi @were | ||
include/tvm/te/** @junrushao1994 @vinx13 @tqchen @kparzysz-quic @ZihengJiang @masahi @were | ||
python/tvm/te/** @junrushao1994 @vinx13 @tqchen @kparzysz-quic @ZihengJiang @masahi @were | ||
|
||
# target | ||
src/target/** @junrushao1994 @vinx13 @tqchen @kparzysz-quic @ZihengJiang @masahi | ||
include/tvm/target/** @junrushao1994 @vinx13 @tqchen @kparzysz-quic @ZihengJiang @masahi | ||
python/tvm/target/** @junrushao1994 @vinx13 @tqchen @kparzysz-quic @ZihengJiang @masahi | ||
|
||
# arith: Arithmetic module and simplifiers | ||
src/arith/** @tqchen @junrushao1994 @vinx13 | ||
include/tvm/arith/** @tqchen @junrushao1994 @vinx13 | ||
python/tvm/arith/** @tqchen @junrushao1994 @vinx13 | ||
|
||
# parser | ||
src/parser/** @jroesch @slyubomirsky | ||
|
||
# runtime | ||
src/runtime/** @vinx13 @tqchen @FronzenGene @liangfu @areusch @tmoreau89 @ajtulloch @masahi @kazum @ZihengJiang @junrushao1994 | ||
include/tvm/runtime/** @vinx13 @tqchen @FronzenGene @liangfu @areusch @tmoreau89 @ajtulloch @masahi @kazum @ZihengJiang @junrushao1994 | ||
python/tvm/runtime/** @vinx13 @tqchen @FronzenGene @liangfu @areusch @tmoreau89 @ajtulloch @masahi @kazum @ZihengJiang @junrushao1994 | ||
|
||
# runtime/micro | ||
src/runtime/micro/** @areusch @liangfu @tmoreau89 @manupa-arm | ||
src/runtime/crt/** @areusch @liangfu @tmoreau89 @manupa-arm | ||
include/tvm/runtime/crt/** @areusch @liangfu @tmoreau89 @manupa-arm | ||
include/tvm/runtime/micro/** @areusch @liangfu @tmoreau89 @manupa-arm | ||
python/tvm/micro/** @areusch @liangfu @tmoreau89 @manupa-arm | ||
|
||
# relay | ||
src/relay/** @jroesch @slyubomirsky @icemelon @MarisaKirisame @ZihengJiang @yzhliu @vinx13 @mbrookhart @jwfromm @zhiics @anijain2305 @wweic @eqy @junrushao1994 | ||
include/tvm/relay/** @jroesch @slyubomirsky @icemelon @MarisaKirisame @ZihengJiang @yzhliu @vinx13 @mbrookhart @jwfromm @zhiics @anijain2305 @wweic @eqy @junrushao1994 | ||
python/tvm/relay/** @jroesch @slyubomirsky @icemelon @MarisaKirisame @ZihengJiang @yzhliu @vinx13 @mbrookhart @jwfromm @zhiics @anijain2305 @wweic @eqy @junrushao1994 | ||
|
||
|
||
# relay/qnn | ||
src/relay/qnn/** @jwfromm @anijain2305 @ZihengJiang | ||
inlcude/tvm/relay/qnn/** @jwfromm @anijain2305 @ZihengJiang | ||
python/tvm/relay/qnn/** @jwfromm @anijain2305 @ZihengJiang | ||
|
||
# relay/backend/contrib: BYOC | ||
src/relay/backend/contrib/** @zhiics @trevor-m @comaniac @mbaret @manupa-arm | ||
|
||
# relay/frontends | ||
python/tvm/relay/frontend/** @jwfromm @mbrookhart @srkreddy1238 @siju-samuel @Huyuwei @hlu1 @kazum @PariksheetPinjari909 | ||
|
||
# topi: Operator definitions | ||
src/topi/** @Laurawly @Huyuwei @kevinthesun @jwfromm @vinx13 @masahi @FronzenGene @yzhliu @mbrookhart @ZihengJiang @jcf94 | ||
include/tvm/topi/** @Laurawly @Huyuwei @kevinthesun @jwfromm @vinx13 @masahi @FronzenGene @yzhliu @mbrookhart @ZihengJiang @jcf94 | ||
python/tvm/topi/** @Laurawly @Huyuwei @kevinthesun @jwfromm @vinx13 @masahi @FronzenGene @yzhliu @mbrookhart @ZihengJiang @jcf94 | ||
|
||
|
||
# tvm/driver/ | ||
python/tvm/driver/** @leandron @jwfromm @tqchen @jroesch | ||
|
||
# tvm/driver/tvmc | ||
python/tvm/driver/tvmc/** @leandron @jwfromm | ||
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -304,4 +304,4 @@ def wmma_store_impl(a: T.handle, c: T.handle) -> None: | |
"wmma_store", | ||
wmma_store_desc, | ||
wmma_store_impl, | ||
) | ||
) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.