This is an automated email from the ASF dual-hosted git repository.
tqchen pushed a change to branch tvm-ffi-bool
in repository https://gitbox.apache.org/repos/asf/tvm.git
discard 3458c475f1 [DataType] Update to use explicit Bool Type Aligning with
DLPack
add 6785c8f131 [CI] Enable username checks in PR title and body (#18432)
add 506a0bbc3f [Relax][PyTorch] Add decomposed operator support for
AdaptiveAvgPool (#18437)
add e5fb395c57 [Relax][PyTorch] Add decomposed operator support for
MaxPool (#18446)
add 0754ad82d6 [FRONTEND][ONNX] Fix operator Transpose: TVMError:
PermuteDims expects the number of input axes to equal the ndim of the input
tensor (#18435)
add ce0ac662fe [Relax][PyTorch] Add lower bound support for range
constraints (#18447)
add 2523ee106f [CI] Update pre-commit configuration (#18448)
add 1134778847 [DOCS] Remove prebuilt package references and disable Colab
button at tutorials (#18436)
new b19a4c7d24 [DataType] Update to use explicit Bool Type Aligning with
DLPack
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (3458c475f1)
\
N -- N -- N refs/heads/tvm-ffi-bool (b19a4c7d24)
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omit" are not gone; other references still
refer to them. Any revisions marked "discard" are gone forever.
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.pre-commit-config.yaml | 10 +-
ci/scripts/jenkins/check_pr.py | 18 +-
docs/conf.py | 16 +-
docs/install/index.rst | 10 +-
include/tvm/relax/transform.h | 19 +-
python/tvm/relax/frontend/onnx/onnx_frontend.py | 29 +-
.../frontend/torch/base_fx_graph_translator.py | 48 ++++
.../frontend/torch/exported_program_translator.py | 11 +-
src/relax/transform/adjust_matmul_order.cc | 32 ++-
src/relax/transform/static_plan_block_memory.cc | 38 ++-
src/target/spirv/ir_builder.cc | 4 +-
.../relax/test_frontend_from_exported_program.py | 312 +++++++++++++--------
tests/python/relax/test_frontend_onnx.py | 68 +++++
.../test_transform_static_plan_block_memory.py | 12 +
14 files changed, 438 insertions(+), 189 deletions(-)