Commit 6d3aeb8
committed
Merge branch 'main' into aluo/onnx/sceloss
* main: (102 commits)
Implementation of relay_to_tir target hook (apache#8423)
[Onnx] Fix NLL Loss tests (apache#8971)
[Bugfix] Fix other div zero errors also in rewrite_simplify (apache#8983)
[ONNX] enable the onnx tests after PR apache#8274 merged (apache#9019)
[Hexagon] Disable `thread_local` on Hexagon (apache#9025)
[Hexagon] Allow undefined symbols in libtvm_runtime.so on Hexagon (apache#9024)
[Onnx] Add momentum (apache#9000)
fix (apache#9021)
[Community] @AndrewZhaoLuo -> Reviewer (apache#9020)
[Hexagon] Implement model launcher (apache#8986)
[Relay][Pass] Add ExtractOperators pass (apache#8996)
[BYOC][TensorRT] Add TensorRT own int8 calibration support to TensorRT BYOC integration (apache#8808)
[ONNX] Add Einsum converter (apache#8985)
Add standalone_crt/ to be part of the wheel package, when available. (apache#9005)
[Relay] Remove memory planing from LowerTEPass (apache#8974)
[Hexagon] Treat floats as float32 when passing args to offloaded kernels (apache#9010)
[Runtime] Pipeline Executor Initial patch. (apache#8702)
[Hexagon] `llvm-options` attribute is an array of strings (apache#9011)
disable cuda int8 schedule for non-cuda gpu target (apache#9014)
[Torch] Add an option to make imported models compatible with the Relay text parser (apache#9015)
...File tree
356 files changed
+22224
-4501
lines changed- .github
- ISSUE_TEMPLATE
- 3rdparty
- apps
- bundle_deploy/crt_config
- ios_rpc/tvmrpc
- microtvm
- arduino
- example_project/src
- host_driven/src
- template_project
- reference-vm
- arduino
- base-box
- zephyr
- base-box
- zephyr/template_project
- cmake
- modules
- contrib
- docker/install
- docs
- contribute
- langref
- include/tvm
- arith
- ir
- relay
- attrs
- runtime
- container
- crt
- target
- tir/schedule
- topi
- cuda
- nn
- python
- tvm
- auto_scheduler
- autotvm
- measure
- tuner
- contrib
- debugger
- driver/tvmc
- ir
- micro
- project_api
- relay
- analysis
- backend
- contrib
- cmsisnn
- ethosu
- op
- te
- tir
- frontend
- op
- contrib
- nn
- strategy
- qnn/op
- testing
- transform
- rpc
- runtime
- profiling
- script
- target
- testing
- te
- tir
- schedule
- topi
- cuda
- generic
- hexagon
- rocm
- x86
- src
- arith
- ir
- printer
- relay
- analysis
- backend
- contrib
- cmsisnn
- ethosu
- example_target_hooks
- ir
- op
- contrib/ethosu
- nn
- tensor
- qnn/op
- transforms
- runtime
- contrib/tensorrt
- crt
- common
- include/tvm/runtime/crt/internal/common
- graph_executor/debug
- hexagon
- launcher
- micro
- pipeline
- rpc
- vm/profiler
- support
- target
- llvm
- source
- te/schedule
- tir
- ir
- schedule
- analysis
- primitive
- transforms
- topi
- tests
- micro
- arduino
- zephyr
- python
- contrib
- test_cmsisnn
- test_ethosn
- test_ethosu
- test_hexagon
- test_vitis_ai
- driver/tvmc
- frontend
- onnx
- pytorch
- integration
- relay
- aot
- utils
- unittest
- scripts
- tutorials/micro
- vta/tutorials/frontend
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
356 files changed
+22224
-4501
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
78 | 78 | | |
79 | 79 | | |
80 | 80 | | |
81 | | - | |
82 | | - | |
83 | | - | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
84 | 84 | | |
85 | 85 | | |
86 | 86 | | |
| |||
94 | 94 | | |
95 | 95 | | |
96 | 96 | | |
97 | | - | |
98 | | - | |
99 | | - | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
100 | 100 | | |
101 | 101 | | |
102 | 102 | | |
| |||
122 | 122 | | |
123 | 123 | | |
124 | 124 | | |
125 | | - | |
126 | | - | |
127 | | - | |
128 | | - | |
129 | | - | |
| 125 | + | |
| 126 | + | |
| 127 | + | |
| 128 | + | |
| 129 | + | |
130 | 130 | | |
131 | 131 | | |
132 | 132 | | |
| |||
140 | 140 | | |
141 | 141 | | |
142 | 142 | | |
143 | | - | |
| 143 | + | |
144 | 144 | | |
145 | 145 | | |
146 | 146 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
Submodule vta-hw updated from dfe9f57 to 36a9157
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
47 | 47 | | |
48 | 48 | | |
49 | 49 | | |
| 50 | + | |
50 | 51 | | |
51 | 52 | | |
52 | 53 | | |
| |||
304 | 305 | | |
305 | 306 | | |
306 | 307 | | |
| 308 | + | |
| 309 | + | |
307 | 310 | | |
308 | 311 | | |
309 | 312 | | |
| 313 | + | |
310 | 314 | | |
311 | 315 | | |
312 | 316 | | |
| |||
357 | 361 | | |
358 | 362 | | |
359 | 363 | | |
360 | | - | |
| 364 | + | |
361 | 365 | | |
362 | 366 | | |
363 | 367 | | |
| |||
388 | 392 | | |
389 | 393 | | |
390 | 394 | | |
| 395 | + | |
| 396 | + | |
| 397 | + | |
| 398 | + | |
| 399 | + | |
| 400 | + | |
391 | 401 | | |
392 | 402 | | |
393 | 403 | | |
| |||
401 | 411 | | |
402 | 412 | | |
403 | 413 | | |
| 414 | + | |
| 415 | + | |
404 | 416 | | |
405 | 417 | | |
406 | 418 | | |
| 419 | + | |
407 | 420 | | |
408 | 421 | | |
409 | 422 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
56 | 56 | | |
57 | 57 | | |
58 | 58 | | |
| 59 | + | |
59 | 60 | | |
60 | 61 | | |
61 | 62 | | |
| |||
107 | 108 | | |
108 | 109 | | |
109 | 110 | | |
| 111 | + | |
110 | 112 | | |
111 | 113 | | |
112 | 114 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
46 | | - | |
| 46 | + | |
47 | 47 | | |
48 | 48 | | |
49 | 49 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
| 26 | + | |
26 | 27 | | |
27 | 28 | | |
28 | 29 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
| 23 | + | |
23 | 24 | | |
24 | 25 | | |
25 | 26 | | |
26 | 27 | | |
27 | | - | |
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
| 20 | + | |
| 21 | + | |
20 | 22 | | |
21 | 23 | | |
22 | 24 | | |
| |||
Lines changed: 19 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
57 | 57 | | |
58 | 58 | | |
59 | 59 | | |
| 60 | + | |
60 | 61 | | |
61 | 62 | | |
62 | 63 | | |
63 | 64 | | |
64 | 65 | | |
65 | 66 | | |
66 | 67 | | |
| 68 | + | |
67 | 69 | | |
68 | 70 | | |
69 | 71 | | |
70 | 72 | | |
71 | 73 | | |
| 74 | + | |
72 | 75 | | |
73 | 76 | | |
74 | 77 | | |
75 | 78 | | |
76 | 79 | | |
77 | 80 | | |
| 81 | + | |
78 | 82 | | |
79 | 83 | | |
80 | 84 | | |
81 | 85 | | |
82 | 86 | | |
| 87 | + | |
83 | 88 | | |
84 | 89 | | |
85 | 90 | | |
86 | 91 | | |
87 | 92 | | |
| 93 | + | |
88 | 94 | | |
89 | 95 | | |
90 | 96 | | |
| |||
93 | 99 | | |
94 | 100 | | |
95 | 101 | | |
| 102 | + | |
96 | 103 | | |
97 | 104 | | |
98 | 105 | | |
99 | 106 | | |
100 | 107 | | |
| 108 | + | |
101 | 109 | | |
102 | 110 | | |
103 | 111 | | |
104 | 112 | | |
105 | 113 | | |
| 114 | + | |
106 | 115 | | |
107 | 116 | | |
108 | 117 | | |
| |||
114 | 123 | | |
115 | 124 | | |
116 | 125 | | |
| 126 | + | |
| 127 | + | |
| 128 | + | |
| 129 | + | |
| 130 | + | |
117 | 131 | | |
118 | 132 | | |
119 | 133 | | |
| |||
370 | 384 | | |
371 | 385 | | |
372 | 386 | | |
373 | | - | |
| 387 | + | |
374 | 388 | | |
375 | 389 | | |
376 | 390 | | |
| |||
407 | 421 | | |
408 | 422 | | |
409 | 423 | | |
410 | | - | |
| 424 | + | |
| 425 | + | |
| 426 | + | |
411 | 427 | | |
412 | 428 | | |
413 | 429 | | |
| |||
444 | 460 | | |
445 | 461 | | |
446 | 462 | | |
447 | | - | |
| 463 | + | |
448 | 464 | | |
449 | 465 | | |
450 | 466 | | |
| |||
0 commit comments