You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@singa.apache.org by "ASF subversion and git services (JIRA)" <ji...@apache.org> on 2016/08/15 16:15:22 UTC

[jira] [Commented] (SINGA-237) New documentation files

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

ASF subversion and git services commented on SINGA-237:
-------------------------------------------------------

Commit 9c71bd6745450019f9d4cbb748949142cf687616 in incubator-singa's branch refs/heads/dev from [~wangwei.cs]
[ https://git-wip-us.apache.org/repos/asf?p=incubator-singa.git;h=9c71bd6 ]

SINGA-237 New documentation files for SINGA v1.0

Update the layer identifier to be consistent with the documentation.
In particualr, the identifier prefix should be one of
['cudnn','singacpp', 'singacuda', 'singacl']. The complete identifier
would be <prefix>_xxxx, e.g., cudnn_convolution and
singacpp_convolution. The identifier should not have upper case letters.
If the implmentation is transparent to cpp/cuda/opencl, then register all
possible identifiers. For instance, Dropout is registered three times,
RegisterLayerClass("singacpp_dropout", Dropout)
RegisterLayerClass("singacl_dropout", Dropout)
RegisterLayerClass("singacuda_dropout", Dropout)


> New documentation files
> -----------------------
>
>                 Key: SINGA-237
>                 URL: https://issues.apache.org/jira/browse/SINGA-237
>             Project: Singa
>          Issue Type: New Feature
>            Reporter: Zheng Kaiping
>
> In this ticket, we add new documentation files for singa and gradually update them.



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