[
https://issues.apache.org/jira/browse/SINGA-112?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
wangwei resolved SINGA-112.
---------------------------
Resolution: Fixed
> Clean GNU configure and make code
> ---------------------------------
>
> Key: SINGA-112
> URL: https://issues.apache.org/jira/browse/SINGA-112
> Project: Singa
> Issue Type: Improvement
> Reporter: wangwei
> Assignee: Xie Zhongle
>
> 1. The current compilation via `configure && make` would generate some extra
> files under src/neuralnet/neuron_layer/. It would be better to clean the make
> code to remove them.
> 2. The singatool now depends on some unnecessary files, e.g., cudnn related
> source files. It should only depends on libsinga.so. May using this flag to
> remove the dependency, `-Wl,-unresolved-symbols=ignore-in-shared-libs`
> 3. If there is a cudnn.so (e.g., from cudnn v1 or v2) and inside the cuda
> folder, then the running (or even compilation) would have errors. One
> solution is putting user defined cudnn prefix before cuda prefix in the
> compilation command.
> 4. current we put almost all files into libsinga.so. We may need to separate
> some files from libsinga.so.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)