From commits-return-9430-archive-asf-public=cust-asf.ponee.io@tvm.apache.org Tue Mar 24 17:43:58 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 27CBE18065C for ; Tue, 24 Mar 2020 18:43:58 +0100 (CET) Received: (qmail 28729 invoked by uid 500); 24 Mar 2020 17:43:57 -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 28720 invoked by uid 99); 24 Mar 2020 17:43:57 -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, 24 Mar 2020 17:43:57 +0000 From: GitBox To: commits@tvm.apache.org Subject: [GitHub] [incubator-tvm] manupa-arm opened a new pull request #5143: [RELAY] Re-wrote the Graph Partitioner to support multiple outputs Message-ID: Date: Tue, 24 Mar 2020 17:43:57 -0000 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit manupa-arm opened a new pull request #5143: [RELAY] Re-wrote the Graph Partitioner to support multiple outputs URL: https://github.com/apache/incubator-tvm/pull/5143 This PR aims to **include support for multiple outputs** in the regions that get outlined as functions for different compiler backends in the existing Partition Graph Pass. Such regions are annotated and bounded by compiler_begin and compiler_end annotation ops. This is a required step as step 4 in [RFC - BYOC](https://discuss.tvm.ai/t/rfc-byoc-an-extended-graph-partitioning-flow/6028). Moreover, this feature is requested in prior discussions such as [Improved graph partitioning algorithm](https://discuss.tvm.ai/t/relay-improved-graph-partitioning-algorithm/5830) This PR uses the utility functions provided by the [AnnotationRegionSet PR](https://github.com/apache/incubator-tvm/pull/5030). ---------------------------------------------------------------- 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 With regards, Apache Git Services