[
https://issues.apache.org/jira/browse/SINGA-105?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Xie Zhongle updated SINGA-105:
------------------------------
Description:
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.
was:
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.
> 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)