From commits-return-8220-archive-asf-public=cust-asf.ponee.io@tvm.apache.org Mon Mar 9 21:48:00 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 4051F180181 for ; Mon, 9 Mar 2020 22:48:00 +0100 (CET) Received: (qmail 48023 invoked by uid 500); 9 Mar 2020 21:47:59 -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 48014 invoked by uid 99); 9 Mar 2020 21:47:59 -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, 09 Mar 2020 21:47:59 +0000 From: GitBox To: commits@tvm.apache.org Subject: [GitHub] [incubator-tvm] mbaret commented on issue #4996: [relay][external codegen] outline and inline lifted functions for external codegen Message-ID: <158379047952.8599.15292435383989611582.gitbox@gitbox.apache.org> References: In-Reply-To: Date: Mon, 09 Mar 2020 21:47:59 -0000 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit mbaret commented on issue #4996: [relay][external codegen] outline and inline lifted functions for external codegen URL: https://github.com/apache/incubator-tvm/pull/4996#issuecomment-596795800 It's possible we're doing something wrong, but the function LowerExternalFunctions in compile_engine produces modules just containing external functions. We want to call passes on these modules from our ACL-specific codegen (so they'll only affect our codegen, not all TVM functions). However, it looks like the passes are skipping all the functions in these modules because they don't use the default compiler. Is there another way we can manually run the passes? ---------------------------------------------------------------- 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