You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@singa.apache.org by "wangwei (JIRA)" <ji...@apache.org> on 2018/04/18 14:56:00 UTC

[jira] [Updated] (SINGA-346) Update cudnn from V5 to V7

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

wangwei updated SINGA-346:
--------------------------
    Description: 
h2. Update cudnn from V5 to V7

out of the 68 distinct cudnn functions used in SINGA:

4 functions in v5 not present in v7:

'cudnnActivationBackward_v4',
 'cudnnActivationForward_v4',
 'cudnnSetPooling2dDescriptor_v4',
 'cudnnSetFilter4dDescriptor_v4'

4 functions API changed in v7:

'cudnnSetConvolution2dDescriptor', 
 'cudnnSetRNNDescriptor',
 'cudnnSetFilterNdDescriptor',
 'cudnnSetTensorNdDescriptor'.
h2. Update the Dockerfiles

Dockerfiles are moved into tool/docker folder.
 The conda package generation and testing docker containers (Dockerfiles) are separated.
h2. Improve the compilation and test scripts

Some env variables are removed to make the compilation and test easier, including numpy path, CUDA version, etc.

  was:
Update cudnn from V5 to V7, out of the 68 distinct cudnn functions used in SINGA:

4 functions in v5 not present in v7:

'cudnnActivationBackward_v4',
'cudnnActivationForward_v4',
'cudnnSetPooling2dDescriptor_v4',
'cudnnSetFilter4dDescriptor_v4'

4 functions API changed in v7:

'cudnnSetConvolution2dDescriptor', 
'cudnnSetRNNDescriptor',
'cudnnSetFilterNdDescriptor',
'cudnnSetTensorNdDescriptor'.


> Update cudnn from V5 to V7
> --------------------------
>
>                 Key: SINGA-346
>                 URL: https://issues.apache.org/jira/browse/SINGA-346
>             Project: Singa
>          Issue Type: Improvement
>            Reporter: Zhang Junzhe
>            Priority: Minor
>
> h2. Update cudnn from V5 to V7
> out of the 68 distinct cudnn functions used in SINGA:
> 4 functions in v5 not present in v7:
> 'cudnnActivationBackward_v4',
>  'cudnnActivationForward_v4',
>  'cudnnSetPooling2dDescriptor_v4',
>  'cudnnSetFilter4dDescriptor_v4'
> 4 functions API changed in v7:
> 'cudnnSetConvolution2dDescriptor', 
>  'cudnnSetRNNDescriptor',
>  'cudnnSetFilterNdDescriptor',
>  'cudnnSetTensorNdDescriptor'.
> h2. Update the Dockerfiles
> Dockerfiles are moved into tool/docker folder.
>  The conda package generation and testing docker containers (Dockerfiles) are separated.
> h2. Improve the compilation and test scripts
> Some env variables are removed to make the compilation and test easier, including numpy path, CUDA version, etc.



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