From commits-return-8673-archive-asf-public=cust-asf.ponee.io@tvm.apache.org Mon Mar 16 15:16:11 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 6DB7E180647 for ; Mon, 16 Mar 2020 16:16:11 +0100 (CET) Received: (qmail 11749 invoked by uid 500); 16 Mar 2020 15:16:10 -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 11740 invoked by uid 99); 16 Mar 2020 15:16:10 -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, 16 Mar 2020 15:16:10 +0000 From: GitBox To: commits@tvm.apache.org Subject: [GitHub] [incubator-tvm] LiangHao151941 commented on issue #4828: [QNN][TFLite] TFLite rounding mode support Message-ID: <158437177070.1970.15668580711788111171.gitbox@gitbox.apache.org> References: In-Reply-To: Date: Mon, 16 Mar 2020 15:16:10 -0000 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit LiangHao151941 commented on issue #4828: [QNN][TFLite] TFLite rounding mode support URL: https://github.com/apache/incubator-tvm/pull/4828#issuecomment-599592982 Serveral updates: 1. tflite conversion segfault is resolved by using the tflite whl provided by @FrozenGene in the tvm tutorial and change tf version to 1.13. 2. qnn_mobilenet_v2 segfault is resolved by setting opt_level explicitly to 2, specifically disabling the FoldScaleAxis pass (this one is causing the problem) 3. bit-exact execution remains But it is strange that when mobilnet_v2 qnn test is passed locally, it still fails ci test. Below is a local screenshot. ![image](https://user-images.githubusercontent.com/19797985/76771958-166d9300-67db-11ea-9600-76fe873a5de0.png) I'm listing my local env here to see if anything need to be aligned: llvm 9.0.1 (this I can downgrade, but maybe there is a specific version used in the ci so I can try?) gcc 7.4.0 Ubuntu 18.04 cmake 3.15.2 Please have another look, thanks! @FrozenGene @anijain2305 @tqchen ---------------------------------------------------------------- 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