Skip to content

Commit c56ae1f

Browse files
authored
Merge pull request #4 from todalab/merge-0.19
v0.19.0の取り込み
2 parents ec03bf1 + 9c8ea96 commit c56ae1f

File tree

913 files changed

+9137
-133348
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

913 files changed

+9137
-133348
lines changed

.github/CODEOWNERSHIP

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -132,13 +132,6 @@ src/runtime/** @vinx13 @tqchen @FronzenGene @liangfu @areusch @tmoreau89 @ajtul
132132
include/tvm/runtime/** @vinx13 @tqchen @FronzenGene @liangfu @areusch @tmoreau89 @ajtulloch @masahi @kazum @ZihengJiang @junrushao1994
133133
python/tvm/runtime/** @vinx13 @tqchen @FronzenGene @liangfu @areusch @tmoreau89 @ajtulloch @masahi @kazum @ZihengJiang @junrushao1994
134134

135-
# runtime/micro
136-
src/runtime/micro/** @areusch @liangfu @tmoreau89 @manupa-arm
137-
src/runtime/crt/** @areusch @liangfu @tmoreau89 @manupa-arm
138-
include/tvm/runtime/crt/** @areusch @liangfu @tmoreau89 @manupa-arm
139-
include/tvm/runtime/micro/** @areusch @liangfu @tmoreau89 @manupa-arm
140-
python/tvm/micro/** @areusch @liangfu @tmoreau89 @manupa-arm
141-
142135
# relay
143136
src/relay/** @jroesch @slyubomirsky @icemelon @MarisaKirisame @ZihengJiang @yzhliu @vinx13 @mbrookhart @jwfromm @zhiics @anijain2305 @wweic @eqy @junrushao1994
144137
include/tvm/relay/** @jroesch @slyubomirsky @icemelon @MarisaKirisame @ZihengJiang @yzhliu @vinx13 @mbrookhart @jwfromm @zhiics @anijain2305 @wweic @eqy @junrushao1994

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ jobs:
9090
# python -m pytest -v tests/python/contrib/test_rpc_server_device.py
9191

9292
Windows:
93-
if: ${{ github.repository == 'apache/tvm' }}
93+
if: ${{ github.repository == 'todalab/tvm' }}
9494
runs-on: windows-2019
9595
steps:
9696
- uses: actions/checkout@v2

.gitignore

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -263,9 +263,6 @@ src/runtime/hexagon/rpc/hexagon_rpc_stub.c
263263
# Local tvm-site checkout
264264
tvm-site/
265265

266-
# Generated docs files
267-
gallery/how_to/work_with_microtvm/micro_tvmc.py
268-
269266
# Test sample data files
270267
!tests/python/ci/sample_prs/*.json
271268

.gitmodules

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,6 @@
77
[submodule "3rdparty/rang"]
88
path = 3rdparty/rang
99
url = https://github.com/agauniyal/rang.git
10-
[submodule "3rdparty/vta-hw"]
11-
path = 3rdparty/vta-hw
12-
url = https://github.com/apache/tvm-vta.git
1310
[submodule "3rdparty/libbacktrace"]
1411
path = 3rdparty/libbacktrace
1512
url = https://github.com/tlc-pack/libbacktrace.git

3rdparty/cma/cma.h

Lines changed: 0 additions & 43 deletions
This file was deleted.

3rdparty/cma/cma_api_impl.h

Lines changed: 0 additions & 173 deletions
This file was deleted.

3rdparty/cma/settings.mk

Lines changed: 0 additions & 19 deletions
This file was deleted.

3rdparty/flashinfer

3rdparty/picojson/picojson.h

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -273,6 +273,10 @@ class object_with_ordered_keys : private std::unordered_map<std::string, value>
273273
return std::unordered_map<std::string, value>::operator[](key);
274274
}
275275

276+
const value& operator[](const std::string& key) const {
277+
return std::unordered_map<std::string, value>::at(key);
278+
}
279+
276280
void clear() {
277281
std::unordered_map<std::string, value>::clear();
278282
ordered_keys_.clear();

3rdparty/vta-hw

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)