Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id B21BF200B76 for ; Tue, 30 Aug 2016 16:35:49 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id B08E1160ABA; Tue, 30 Aug 2016 14:35:49 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 02F72160AAF for ; Tue, 30 Aug 2016 16:35:48 +0200 (CEST) Received: (qmail 7612 invoked by uid 500); 30 Aug 2016 14:35:48 -0000 Mailing-List: contact commits-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 commits@singa.incubator.apache.org Received: (qmail 7603 invoked by uid 99); 30 Aug 2016 14:35:48 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd3-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 30 Aug 2016 14:35:48 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd3-us-west.apache.org (ASF Mail Server at spamd3-us-west.apache.org) with ESMTP id C5013186E7E for ; Tue, 30 Aug 2016 14:35:47 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd3-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -4.626 X-Spam-Level: X-Spam-Status: No, score=-4.626 tagged_above=-999 required=6.31 tests=[KAM_ASCII_DIVIDERS=0.8, KAM_LAZY_DOMAIN_SECURITY=1, RCVD_IN_DNSWL_HI=-5, RP_MATCHES_RCVD=-1.426] autolearn=disabled Received: from mx1-lw-eu.apache.org ([10.40.0.8]) by localhost (spamd3-us-west.apache.org [10.40.0.10]) (amavisd-new, port 10024) with ESMTP id N5NBusq1e4uB for ; Tue, 30 Aug 2016 14:35:44 +0000 (UTC) Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx1-lw-eu.apache.org (ASF Mail Server at mx1-lw-eu.apache.org) with SMTP id 7EE4660E22 for ; Tue, 30 Aug 2016 14:35:41 +0000 (UTC) Received: (qmail 7179 invoked by uid 99); 30 Aug 2016 14:35:40 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 30 Aug 2016 14:35:40 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 40C98E055E; Tue, 30 Aug 2016 14:35:40 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: wangwei@apache.org To: commits@singa.incubator.apache.org Date: Tue, 30 Aug 2016 14:35:45 -0000 Message-Id: <8f26b9c5f08d4f1c9fada25b56dfde71@git.apache.org> In-Reply-To: <19d13f000a1c40048d4bbf3214d285ce@git.apache.org> References: <19d13f000a1c40048d4bbf3214d285ce@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [7/7] incubator-singa git commit: Merge PR #249 for compiling all singa code into a single libsinga.so archived-at: Tue, 30 Aug 2016 14:35:49 -0000 Merge PR #249 for compiling all singa code into a single libsinga.so Project: http://git-wip-us.apache.org/repos/asf/incubator-singa/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-singa/commit/61ec2ec7 Tree: http://git-wip-us.apache.org/repos/asf/incubator-singa/tree/61ec2ec7 Diff: http://git-wip-us.apache.org/repos/asf/incubator-singa/diff/61ec2ec7 Branch: refs/heads/master Commit: 61ec2ec74129c9d4f8f1f4868cac36033c48b484 Parents: 65bf582 3d18111 Author: Wei Wang Authored: Tue Aug 30 22:29:22 2016 +0800 Committer: Wei Wang Committed: Tue Aug 30 22:29:22 2016 +0800 ---------------------------------------------------------------------- cmake/Dependencies.cmake | 24 +++++----- doc/en/docs/installation.md | 89 +++++++++++++++++++++++++++-------- examples/cifar10/CMakeLists.txt | 18 +++---- examples/cifar10/README.md | 9 +--- examples/imagenet/CMakeLists.txt | 14 +++--- src/CMakeLists.txt | 82 +++++++++++++++----------------- src/core/device/cuda_gpu.cc | 2 +- test/CMakeLists.txt | 11 ++--- 8 files changed, 143 insertions(+), 106 deletions(-) ----------------------------------------------------------------------