From dev-return-2011-archive-asf-public=cust-asf.ponee.io@singa.incubator.apache.org Tue Apr 24 12:53:06 2018 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 [140.211.11.3]) by mx-eu-01.ponee.io (Postfix) with SMTP id 8D24F18067A for ; Tue, 24 Apr 2018 12:53:05 +0200 (CEST) Received: (qmail 41354 invoked by uid 500); 24 Apr 2018 10:53:04 -0000 Mailing-List: contact dev-help@singa.incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@singa.incubator.apache.org Delivered-To: mailing list dev@singa.incubator.apache.org Received: (qmail 41261 invoked by uid 99); 24 Apr 2018 10:53:04 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd2-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 24 Apr 2018 10:53:04 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd2-us-west.apache.org (ASF Mail Server at spamd2-us-west.apache.org) with ESMTP id 299E11A1C22 for ; Tue, 24 Apr 2018 10:53:04 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd2-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -101.811 X-Spam-Level: X-Spam-Status: No, score=-101.811 tagged_above=-999 required=6.31 tests=[KAM_NUMSUBJECT=0.5, RCVD_IN_DNSWL_MED=-2.3, SPF_PASS=-0.001, T_RP_MATCHES_RCVD=-0.01, USER_IN_WHITELIST=-100] autolearn=disabled Received: from mx1-lw-eu.apache.org ([10.40.0.8]) by localhost (spamd2-us-west.apache.org [10.40.0.9]) (amavisd-new, port 10024) with ESMTP id xOCyc-q9TSrZ for ; Tue, 24 Apr 2018 10:53:03 +0000 (UTC) Received: from mailrelay1-us-west.apache.org (mailrelay1-us-west.apache.org [209.188.14.139]) by mx1-lw-eu.apache.org (ASF Mail Server at mx1-lw-eu.apache.org) with ESMTP id 835225FB97 for ; Tue, 24 Apr 2018 10:53:02 +0000 (UTC) Received: from jira-lw-us.apache.org (unknown [207.244.88.139]) by mailrelay1-us-west.apache.org (ASF Mail Server at mailrelay1-us-west.apache.org) with ESMTP id 49F19E0CB0 for ; Tue, 24 Apr 2018 10:53:01 +0000 (UTC) Received: from jira-lw-us.apache.org (localhost [127.0.0.1]) by jira-lw-us.apache.org (ASF Mail Server at jira-lw-us.apache.org) with ESMTP id 8BBFD241C8 for ; Tue, 24 Apr 2018 10:53:00 +0000 (UTC) Date: Tue, 24 Apr 2018 10:53:00 +0000 (UTC) From: "ASF subversion and git services (JIRA)" To: dev@singa.incubator.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (SINGA-346) Update cudnn from V5 to V7 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/SINGA-346?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16449632#comment-16449632 ] ASF subversion and git services commented on SINGA-346: ------------------------------------------------------- Commit ef5fdaf652b1ac82e0edf0c07fc0499d13238581 in incubator-singa's branch refs/heads/master from Wang Wei [ https://git-wip-us.apache.org/repos/asf?p=incubator-singa.git;h=ef5fdaf ] SINGA-346 Update cudnn from V5 to V7 Update conda build scripts to include cudnn (.h and .so) in conda singa package. > Update cudnn from V5 to V7 > -------------------------- > > Key: SINGA-346 > URL: https://issues.apache.org/jira/browse/SINGA-346 > Project: Singa > Issue Type: Improvement > Reporter: Zhang Junzhe > Priority: Minor > > h2. Update cudnn from V5 to V7 > out of the 68 distinct cudnn functions used in SINGA: > 4 functions in v5 not present in v7: > 'cudnnActivationBackward_v4', > 'cudnnActivationForward_v4', > 'cudnnSetPooling2dDescriptor_v4', > 'cudnnSetFilter4dDescriptor_v4' > 4 functions API changed in v7: > 'cudnnSetConvolution2dDescriptor', > 'cudnnSetRNNDescriptor', > 'cudnnSetFilterNdDescriptor', > 'cudnnSetTensorNdDescriptor'. > h2. Update the Dockerfiles > Dockerfiles are moved into tool/docker folder. > The conda package generation and testing docker containers (Dockerfiles) are separated. > h2. Improve the compilation and test scripts > Some env variables are removed to make the compilation and test easier, including numpy path, CUDA version, etc. -- This message was sent by Atlassian JIRA (v7.6.3#76005)