[
https://issues.apache.org/jira/browse/SINGA-301?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15875456#comment-15875456
]
ASF subversion and git services commented on SINGA-301:
-------------------------------------------------------
Commit 8cc453a4aed65f465fc674a6db98f62d18e73ca6 in incubator-singa's branch
refs/heads/master from [~tanliboon]
[ https://git-wip-us.apache.org/repos/asf?p=incubator-singa.git;h=8cc453a ]
SINGA-301
- Fixed a bug in OpenCL MemberSign unit test where the expected output should
be -1.0, not 0.0, causing the test to fail.
- Python script that converts a cl source file to a std string within a .cpp
file.
The declaration of the strings is fixed as an extern in devices.h.
> Hardcode OpenCL source code as static strings
> ---------------------------------------------
>
> Key: SINGA-301
> URL: https://issues.apache.org/jira/browse/SINGA-301
> Project: Singa
> Issue Type: Improvement
> Components: Core
> Environment: All
> Reporter: Tan Li Boon
> Priority: Minor
>
> Currently, OpenCL kernel source code is a standalone file. This may be
> problematic as the SINGA executable will fail to find the source code if it
> is run from outside a few places.
> This issue will discuss a way to turn the source code into static strings
> somehow, at compile-time.
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)