From commits-return-15289-archive-asf-public=cust-asf.ponee.io@tvm.apache.org Sat Jun 13 16:09:13 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 ACD6218064C for ; Sat, 13 Jun 2020 18:09:12 +0200 (CEST) Received: (qmail 33118 invoked by uid 500); 13 Jun 2020 16:09:12 -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 33109 invoked by uid 99); 13 Jun 2020 16:09:12 -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; Sat, 13 Jun 2020 16:09:12 +0000 Received: by gitbox.apache.org (ASF Mail Server at gitbox.apache.org, from userid 33) id E4AA1890AF; Sat, 13 Jun 2020 16:09:11 +0000 (UTC) Date: Sat, 13 Jun 2020 16:09:11 +0000 To: "commits@tvm.apache.org" Subject: [incubator-tvm] branch master updated (59f5cbe -> 8578096) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Message-ID: <159206455150.26254.3619388594512578719@gitbox.apache.org> From: tqchen@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: 59f5cbe921cf329febcd9d6eff2df94d80f1c523 X-Git-Newrev: 8578096853eec5711bfcc9a3a68145fd12a135cb 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. tqchen pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/incubator-tvm.git. from 59f5cbe support aten::type_as in the pytorch frontend (#5787) add 8578096 [TIR][REFACTIR] Update TIR nodes std::string->String. (#5793) No new revisions were added by this update. Summary of changes: include/tvm/ir/adt.h | 2 +- include/tvm/ir/attrs.h | 8 ++++---- include/tvm/ir/env_func.h | 2 +- include/tvm/ir/op.h | 6 +++--- include/tvm/ir/transform.h | 6 +++--- include/tvm/node/reflection.h | 2 +- include/tvm/relay/op_strategy.h | 2 +- include/tvm/relay/transform.h | 2 +- include/tvm/runtime/container.h | 30 ++++++++++++++++++++++++++---- include/tvm/tir/buffer.h | 8 ++++---- include/tvm/tir/data_layout.h | 2 +- include/tvm/tir/expr.h | 8 ++++---- include/tvm/tir/stmt.h | 4 ++-- include/tvm/tir/transform.h | 10 +++++----- include/tvm/tir/var.h | 4 ++-- python/tvm/ir/json_compact.py | 6 ++++++ src/ir/op.cc | 5 ++--- src/ir/transform.cc | 5 ++--- src/node/reflection.cc | 6 +++--- src/relay/ir/transform.cc | 2 +- src/support/ffi_testing.cc | 2 +- src/target/llvm/codegen_cpu.cc | 6 ++++-- src/target/llvm/codegen_llvm.cc | 3 ++- src/target/llvm/llvm_common.h | 7 +++++++ src/tir/ir/buffer.cc | 6 +++--- src/tir/ir/expr.cc | 14 ++++++-------- src/tir/ir/stmt.cc | 4 ++-- src/tir/ir/transform.cc | 2 +- src/tir/transforms/inject_copy_intrin.cc | 2 +- src/tir/transforms/lift_attr_scope.cc | 2 +- src/tir/transforms/thread_storage_sync.cc | 2 +- 31 files changed, 102 insertions(+), 68 deletions(-)