You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@singa.apache.org by "Ng Yi Sen (JIRA)" <ji...@apache.org> on 2018/05/30 06:55:00 UTC

[jira] [Updated] (SINGA-370) Improvement to tensor reshape and various misc. changes related to SINGA-341 and 351

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

Ng Yi Sen updated SINGA-370:
----------------------------
    Description: 
Reshape function should be modified to 'Tensor Reshape' instead of 'void Reshape', to allow the function to return a new tensor object with new block when encountering a transposed tensor.

Various misc. changes:
 * Naming conventions (standardization of lower-case characters) in tensor.cc related files
 * CUDNN error checks for all CUDNN functions
 * Fixing of certain non-void functions with no return values
 * Strides should not be modified in CUDA or CPP files (check input tensors for same strides, else transform out)

  was:
Reshape function should be modified to 'Tensor Reshape' instead of 'void Reshape', to allow the function to return a new tensor object with new block when encountering a transposed tensor.

Various misc. changes:
 * Fixing of various naming conventions (standardization of lower-case characters) in tensor.cc related files
 * CUDNN error checks for all CUDNN functions
 * Strides should not be modified in CUDA or CPP files


> Improvement to tensor reshape and various misc. changes related to SINGA-341 and 351
> ------------------------------------------------------------------------------------
>
>                 Key: SINGA-370
>                 URL: https://issues.apache.org/jira/browse/SINGA-370
>             Project: Singa
>          Issue Type: Improvement
>            Reporter: Ng Yi Sen
>            Priority: Major
>
> Reshape function should be modified to 'Tensor Reshape' instead of 'void Reshape', to allow the function to return a new tensor object with new block when encountering a transposed tensor.
> Various misc. changes:
>  * Naming conventions (standardization of lower-case characters) in tensor.cc related files
>  * CUDNN error checks for all CUDNN functions
>  * Fixing of certain non-void functions with no return values
>  * Strides should not be modified in CUDA or CPP files (check input tensors for same strides, else transform out)



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)