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 2015/11/26 10:00:18 UTC

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

wangwei created SINGA-105:
-----------------------------

             Summary: 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  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)