This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a change to branch last-successful
in repository https://gitbox.apache.org/repos/asf/tvm.git
from c79b8f1aac [ci] Re-run flaky tests on failure (#12108)
add d4309cf810 [Target] Add target_parser to TargetKind (#12119)
add 6bad21e9fe [Texture] Add 2d memory support into static memory planner
(#11876)
No new revisions were added by this update.
Summary of changes:
docs/arch/device_target_interactions.rst | 4 +-
include/tvm/target/target_kind.h | 23 ++
python/tvm/relay/expr.py | 4 +
src/relay/backend/graph_plan_memory.cc | 351 ++++++++++++++++------
src/relay/backend/utils.cc | 8 +
src/target/target.cc | 17 +-
src/target/target_kind.cc | 52 ++--
tests/cpp/target_test.cc | 47 +++
tests/python/relay/test_backend_graph_executor.py | 95 ++++++
9 files changed, 475 insertions(+), 126 deletions(-)