[
https://issues.apache.org/jira/browse/SINGA-148?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15217589#comment-15217589
]
ASF subversion and git services commented on SINGA-148:
-------------------------------------------------------
Commit b00dc32fb1562d3b71bc346021d1918059d5e6cc in incubator-singa's branch
refs/heads/master from WANG Sheng
[ https://git-wip-us.apache.org/repos/asf?p=incubator-singa.git;h=b00dc32 ]
SINGA-148 Race condition between Worker threads and Driver
minor bug fix in slice.cc, concate.cc
pass cpplint check
> Race condition between Worker threads and Driver
> ------------------------------------------------
>
> Key: SINGA-148
> URL: https://issues.apache.org/jira/browse/SINGA-148
> Project: Singa
> Issue Type: Bug
> Environment: Tested on Debian 8.3
> Reporter: Tan Li Boon
> Labels: newbie
> Original Estimate: 1h
> Remaining Estimate: 1h
>
> In the main branch, a thread of execution for each worker is started before
> information about its device type is passed into it.
> This causes test cases such as MNIST to not use GPUs for calculation, and
> other test cases such as CIFAR10 to fail when it attempts to perform
> cudnn-based functions on the CPU.
> A temporary workaround is to make the worker thread sleep for 1 second, but
> that's not a desirable workaround.
> This issue aims to implement a proper fix.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)