You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@singa.apache.org by "wangwei (JIRA)" <ji...@apache.org> on 2016/01/11 14:49:39 UTC

[jira] [Resolved] (SINGA-105) Update GUN make files for compiling cuda related code

     [ https://issues.apache.org/jira/browse/SINGA-105?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

wangwei resolved SINGA-105.
---------------------------
    Resolution: Fixed

> Update GUN make files for compiling cuda related code
> -----------------------------------------------------
>
>                 Key: SINGA-105
>                 URL: https://issues.apache.org/jira/browse/SINGA-105
>             Project: Singa
>          Issue Type: New Feature
>            Reporter: wangwei
>            Assignee: Xie Zhongle
>
> To compile the cuda related code, we are going to provide the following options,
> {code}
> ./configure --enable-cuda 
> {code}
> It searches the system path for cuda header and libs.
> If cuda is installed in other places, then
> {code}
> ./configure --enable-cuda --with-cuda=<path to cuda folder>
> {code}
> If -eanble-cuda or -with-cudais added, then -DUSE_GPU should be added to the compilation flags.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)