From commits-return-14398-archive-asf-public=cust-asf.ponee.io@tvm.apache.org Mon Jun 1 15:39:21 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 AC6941804BB for ; Mon, 1 Jun 2020 17:39:20 +0200 (CEST) Received: (qmail 19822 invoked by uid 500); 1 Jun 2020 15:39:20 -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 19813 invoked by uid 99); 1 Jun 2020 15:39:20 -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; Mon, 01 Jun 2020 15:39:20 +0000 Received: by gitbox.apache.org (ASF Mail Server at gitbox.apache.org, from userid 33) id EA5F081F29; Mon, 1 Jun 2020 15:39:19 +0000 (UTC) Date: Mon, 01 Jun 2020 15:39:19 +0000 To: "commits@tvm.apache.org" Subject: [incubator-tvm] branch master updated (12cfe4a -> b0959d4) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Message-ID: <159102595953.29148.1488886326319442497@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: 12cfe4ae47c44da43542fc889b927d1a2efc4801 X-Git-Newrev: b0959d4906d76eecc158098fcc89aff9e1f630ac 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 12cfe4a [AutoTVM][TOPI] Fix bifrost spatial packing conv2d auto tune (#5684) add b0959d4 [Arith] ExtendedEuclidean merge impl to int_operator (#5625) No new revisions were added by this update. Summary of changes: include/tvm/arith/util.h | 45 -------------------------- src/arith/int_operator.h | 65 ++++++++++++++++++++++++++++++++++++++ src/arith/modular_set.cc | 61 ----------------------------------- src/arith/solve_linear_equation.cc | 7 ++-- src/arith/util.cc | 53 ------------------------------- 5 files changed, 69 insertions(+), 162 deletions(-) delete mode 100644 include/tvm/arith/util.h delete mode 100644 src/arith/util.cc