From commits-return-14797-archive-asf-public=cust-asf.ponee.io@tvm.apache.org Tue Jun 9 15:51:35 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 B668B18062B for ; Tue, 9 Jun 2020 17:51:34 +0200 (CEST) Received: (qmail 64246 invoked by uid 500); 9 Jun 2020 15:51:34 -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 64201 invoked by uid 99); 9 Jun 2020 15:51:34 -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; Tue, 09 Jun 2020 15:51:34 +0000 From: =?utf-8?q?GitBox?= To: commits@tvm.apache.org Subject: =?utf-8?q?=5BGitHub=5D_=5Bincubator-tvm=5D_tqchen_opened_a_new_pull_request_?= =?utf-8?q?=235750=3A_=5BREFACTOR=5D=5BTIR=5D_Provide-=3EProducerStore=2C_Re?= =?utf-8?q?alize-=3EProducerRealize=2E?= Message-ID: Date: Tue, 09 Jun 2020 15:51:34 -0000 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit tqchen opened a new pull request #5750: URL: https://github.com/apache/incubator-tvm/pull/5750 This PR finishes up the final step for DSL/TIR de-coupling to refactor Provide/Realize to use the DataProducer. As in the case of ProducerLoad, ProducerStore/Realize are not supposed to appear in a vaid TIR function ans are only used by high-level DSLs as intermediate structures. ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: users@infra.apache.org