From commits-return-13957-archive-asf-public=cust-asf.ponee.io@tvm.apache.org Fri May 22 21:01:01 2020 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [207.244.88.153]) by mx-eu-01.ponee.io (Postfix) with SMTP id 7116F18057A for ; Fri, 22 May 2020 23:01:01 +0200 (CEST) Received: (qmail 82451 invoked by uid 500); 22 May 2020 21:01:00 -0000 Mailing-List: contact commits-help@tvm.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@tvm.apache.org Delivered-To: mailing list commits@tvm.apache.org Received: (qmail 82442 invoked by uid 99); 22 May 2020 21:01:00 -0000 Received: from ec2-52-202-80-70.compute-1.amazonaws.com (HELO gitbox.apache.org) (52.202.80.70) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 22 May 2020 21:01:00 +0000 Received: by gitbox.apache.org (ASF Mail Server at gitbox.apache.org, from userid 33) id 42C5A819F5; Fri, 22 May 2020 21:01:00 +0000 (UTC) Date: Fri, 22 May 2020 21:00:59 +0000 To: "commits@tvm.apache.org" Subject: [incubator-tvm] branch master updated (896557d -> 3e074c5) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Message-ID: <159018125969.2028.12226254887635174116@gitbox.apache.org> From: moreau@apache.org X-Git-Host: gitbox.apache.org X-Git-Repo: incubator-tvm X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: 896557d935999391dcc8bda001fb67d79e2f9ef8 X-Git-Newrev: 3e074c5bf029fd4d228737e6bbde5b140f843cd0 X-Git-NotificationType: ref_changed X-Git-Multimail-Version: 1.5.dev Auto-Submitted: auto-generated This is an automated email from the ASF dual-hosted git repository. moreau pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/incubator-tvm.git. from 896557d [RUNTIME] Resolve constexpr issue in debug mode. (#5651) add 3e074c5 µtvm debug improvements (#5648) No new revisions were added by this update. Summary of changes: python/tvm/micro/base.py | 3 +- python/tvm/micro/device/host.py | 1 + src/runtime/micro/host_driven/utvm_runtime.c | 8 ++++- src/runtime/micro/micro_session.cc | 53 ++++++++++++++++------------ src/runtime/micro/micro_session.h | 4 ++- 5 files changed, 44 insertions(+), 25 deletions(-)