[jira] [Created] (SINGA-280) Jenkins CI support

2016-12-12 Thread Sheng Wang (JIRA)
Sheng Wang created SINGA-280:


 Summary: Jenkins CI support
 Key: SINGA-280
 URL: https://issues.apache.org/jira/browse/SINGA-280
 Project: Singa
  Issue Type: New Feature
Reporter: Sheng Wang


We are going to use jenkins to support continuous integration.

After each commit, we want to automatically compile and test SINGA under 
different OS and settings. Those built binaries need to be archived for users 
to download.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Closed] (SINGA-75) Buffer un-processed messages

2016-12-12 Thread Sheng Wang (JIRA)

 [ 
https://issues.apache.org/jira/browse/SINGA-75?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Sheng Wang closed SINGA-75.
---
Resolution: Invalid

> Buffer un-processed messages
> 
>
> Key: SINGA-75
> URL: https://issues.apache.org/jira/browse/SINGA-75
> Project: Singa
>  Issue Type: Improvement
>Reporter: Sheng Wang
>Assignee: Sheng Wang
>Priority: Minor
>
> When a server receives a message, it will check if the target param object is 
> ready.
> If not, it will send the original message back to stub, and stub will re-send 
> the message later.
> This may make a message sent too many times, as a network overhead.
> We plan to buffer the message at server side instead.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Closed] (SINGA-74) Assign unique id to each socket dealer

2016-12-12 Thread Sheng Wang (JIRA)

 [ 
https://issues.apache.org/jira/browse/SINGA-74?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Sheng Wang closed SINGA-74.
---
Resolution: Invalid

> Assign unique id to each socket dealer
> --
>
> Key: SINGA-74
> URL: https://issues.apache.org/jira/browse/SINGA-74
> Project: Singa
>  Issue Type: Improvement
>Reporter: Sheng Wang
>Assignee: Sheng Wang
>Priority: Minor
>
> Each dealer has an id field.
> Currently, in zeromq, we do not use this field to manage messages.
> To support more communication methods in the future, each dealer should 
> obtain a cluster-wide unique id during initialization.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (SINGA-269) Fix a bug from tensor multiplication and a typo

2016-12-12 Thread Moaz Reyad (JIRA)

[ 
https://issues.apache.org/jira/browse/SINGA-269?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15744120#comment-15744120
 ] 

Moaz Reyad commented on SINGA-269:
--

I think the wheel files must be regenerated after this fix, because the problem 
still exists in :

http://comp.nus.edu.sg/~dbsystem/singa/assets/file/ubuntu1404/singa-1.0.0-cp27-none-linux_x86_64.whl

> Fix a bug from tensor multiplication and a typo
> ---
>
> Key: SINGA-269
> URL: https://issues.apache.org/jira/browse/SINGA-269
> Project: Singa
>  Issue Type: Bug
>Reporter: wangwei
>
> There is a bug (reported by Moaz) in the following python expression
> {code}
> a = tensor.from_numpy(a)  # a is a numpy array
> b = a * 3.4
> {code}
> Because __mul__ doesn't call the correct C++ function.
> There is a typo in the data.py : delimeter->delimiter.
> After fixing this issue, examples using data.py should update that argument 
> to use 'delimiter'.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)