This is an automated email from the ASF dual-hosted git repository.
tqchen pushed a change to branch refactor-s1
in repository https://gitbox.apache.org/repos/asf/tvm.git
discard 88a2f9a72f Fix MS trace
new 1a120df445 Fix MS trace
new 6b21dcd973 pylint
new f18f4aa076 skip msc plugin
new fd9485adc4 [FFI] Fix flag
new 05632f939d Fix hexagon flags
new 0b9145651c Fix hexagon build
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 (88a2f9a72f)
\
N -- N -- N refs/heads/refactor-s1 (0b9145651c)
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 6 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:
CMakeLists.txt | 4 +-
apps/hexagon_api/CMakeLists.txt | 6 +--
apps/hexagon_launcher/cmake/android/CMakeLists.txt | 2 +-
apps/hexagon_launcher/cmake/hexagon/CMakeLists.txt | 2 +-
ffi/CMakeLists.txt | 16 ++++----
python/tvm/tir/op.py | 45 ++++++----------------
src/meta_schedule/postproc/rewrite_layout.cc | 2 +-
.../postproc/rewrite_parallel_vectorize_unroll.cc | 2 +-
src/tir/ir/stmt.cc | 9 +----
.../contrib/test_hexagon/test_dma_builtin.py | 21 ++++++++--
tests/python/contrib/test_msc/test_plugin.py | 2 +
.../test_meta_schedule_trace_apply.py | 8 +++-
12 files changed, 58 insertions(+), 61 deletions(-)