You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tvm.apache.org by gi...@apache.org on 2023/05/07 05:02:41 UTC

[tvm] branch nightly updated (a954742fba -> 01324ef97c)

This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a change to branch nightly
in repository https://gitbox.apache.org/repos/asf/tvm.git


    from a954742fba [TIR][Driver] Move ShouldAnnotateEntryFunc logic into transform (#14562)
     add 6c53d85f79 [CI] Fix doc deploy issue (#14780)
     add ca7c3d1066 [Runtime] Added __str__ for tvm._ffi.runtime_ctypes.TVMArray (#14775)
     add 298a0a4834 [Bugfix][MetaSchedule] RPC port needs to be an integer (#14781)
     add c224a12e47 [Bugfix][Codegen][CUDA] Wrong casting in ASM (#14782)
     add 20ded77c25 fix: use arm on demand instead of spot (#14779)
     add bf1be357ae [MetaSchedule] Clear screen only when specified (#14785)
     add 571eff9223 [BugFix][Relay] fix `scatter_nd` type relation (#14773)
     add c265cdae97 [TVMScript] Add `__name__` attr for parsed PrimFunc and IRModule (#14786)
     add f9890335da More clear ref of thirdparty license (#14790)
     add 01324ef97c [MetaSchedule] Add an API to dump a pruned database (#14783)

No new revisions were added by this update.

Summary of changes:
 LICENSE                                            |  1 +
 ci/jenkins/generated/arm_jenkinsfile.groovy        | 18 +++++++-------
 ci/jenkins/generated/cortexm_jenkinsfile.groovy    | 26 ++++++++++----------
 ci/jenkins/generated/cpu_jenkinsfile.groovy        | 14 +++++------
 ci/jenkins/generated/gpu_jenkinsfile.groovy        | 28 +++++++++++-----------
 ci/jenkins/generated/hexagon_jenkinsfile.groovy    | 18 +++++++-------
 ci/jenkins/generated/i386_jenkinsfile.groovy       |  8 +++----
 .../generated/minimal_cross_isa_jenkinsfile.groovy |  4 ++--
 ci/jenkins/generated/minimal_jenkinsfile.groovy    |  4 ++--
 ci/jenkins/generated/riscv_jenkinsfile.groovy      |  4 ++--
 ci/jenkins/templates/utils/macros.j2               |  2 +-
 ci/scripts/jenkins/s3.py                           | 10 ++++----
 include/tvm/meta_schedule/database.h               |  8 ++++++-
 licenses/{LICENSE.libcrc.txt => LICENSE.cnpy.txt}  | 12 +++++-----
 python/tvm/_ffi/runtime_ctypes.py                  | 13 ++++++++++
 python/tvm/meta_schedule/database/database.py      | 12 ++++++++++
 python/tvm/meta_schedule/runner/config.py          | 11 ++++++---
 python/tvm/script/parser/ir/entry.py               |  4 +++-
 python/tvm/script/parser/tir/entry.py              |  4 +++-
 src/meta_schedule/database/database.cc             | 25 +++++++++++++++++++
 src/meta_schedule/database/json_database.cc        |  4 ----
 src/meta_schedule/database/memory_database.cc      |  4 ----
 src/meta_schedule/module_equality.cc               |  3 +++
 src/meta_schedule/module_equality.h                |  1 +
 src/meta_schedule/utils.h                          | 16 ++++++++-----
 src/relay/op/tensor/transform.cc                   |  6 ++---
 src/target/source/codegen_cuda.cc                  |  4 ++--
 tests/python/relay/test_op_level3.py               | 20 ++++++++++++++++
 tests/python/unittest/test_tvmscript_parser_ir.py  |  1 +
 tests/python/unittest/test_tvmscript_parser_tir.py | 16 +++++++++++--
 30 files changed, 199 insertions(+), 102 deletions(-)
 copy licenses/{LICENSE.libcrc.txt => LICENSE.cnpy.txt} (87%)