[
https://issues.apache.org/jira/browse/SINGA-121?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15076243#comment-15076243
]
ASF subversion and git services commented on SINGA-121:
-------------------------------------------------------
Commit 74a28dcb42ee9c5c63233cc904bd9f933f89d005 in incubator-singa's branch
refs/heads/master from [~zhongle]
[ https://git-wip-us.apache.org/repos/asf?p=incubator-singa.git;h=74a28dc ]
SINGA-121 Not linking math_kernel.o when generate libsinga.so
Generate a new library named "libsingagpu.so" linking math_kernel.o via NVCC
and link it into libsinga.so via libtool(gcc).
SINGA-121 Not linking math_kernel.o when generate libsinga.so
Generate a new library named "libsingagpu.so" linking math_kernel.o via NVCC
and link it into libsinga.so via libtool(gcc).
> Not linking math_kernel.o when generate libsinga.so
> ---------------------------------------------------
>
> Key: SINGA-121
> URL: https://issues.apache.org/jira/browse/SINGA-121
> Project: Singa
> Issue Type: Bug
> Reporter: Xie Zhongle
> Assignee: Xie Zhongle
>
> math_kernel.cu is compiled by NVCC. Libtool cannot link it when we use gcc to
> generate libsinga.so. The solution is to compile a new library named
> "libsingagpu.so" linking math_kernel.o via NVCC and link it into libsinga.so
> via libtool(gcc).
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)