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

[jira] [Created] (SINGA-121) Not linking math_kernel.o when generate libsinga.so

Xie Zhongle created SINGA-121:
---------------------------------

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