From dev-return-4111-archive-asf-public=cust-asf.ponee.io@singa.apache.org Mon Feb 3 05:15:51 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 324331802C7 for ; Mon, 3 Feb 2020 06:15:51 +0100 (CET) Received: (qmail 97817 invoked by uid 500); 3 Feb 2020 05:15:50 -0000 Mailing-List: contact dev-help@singa.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@singa.apache.org Delivered-To: mailing list dev@singa.apache.org Received: (qmail 97807 invoked by uid 99); 3 Feb 2020 05:15:50 -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, 03 Feb 2020 05:15:50 +0000 From: GitBox To: dev@singa.apache.org Subject: [GitHub] [singa] chrishkchris commented on issue #589: [WIP] hotfix on dev branch (DNNL) Message-ID: <158070695018.16071.2678566827957793210.gitbox@gitbox.apache.org> References: In-Reply-To: Date: Mon, 03 Feb 2020 05:15:50 -0000 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit chrishkchris commented on issue #589: [WIP] hotfix on dev branch (DNNL) URL: https://github.com/apache/singa/pull/589#issuecomment-581241587 > Maybe there are some errors in DNNL needed to be fixed before functioning correctly. > I currently have solved a build error due to reassign of variable, so now I can built the code. The c test case test_singa.o and python mlp.py can now pass. > There are two more errors I encountered but I did not solve yet > > mnist_cnn (after changing to cpu), it hangs. > test_operation.py > > ubuntu@ip-172-31-24-48:~/singa/test/python$ python3 test_operation.py > .......................................Segmentation fault (core dumped) @dcslin I tried it in panda 5 using docker, it was the same as that in AWS without docker ``` root@04484c49d78c:~/singa/test/python# python3 test_operation.py .......................................Segmentation fault (core dumped) ``` ---------------------------------------------------------------- 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