Skip to content

Commit

Permalink
Remove comment
Browse files Browse the repository at this point in the history
  • Loading branch information
okuta committed Jul 13, 2017
1 parent fc88e4a commit bf0b3c1
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions cupy/cuda/cupy_cudnn.h
Expand Up @@ -154,8 +154,6 @@ cudnnStatus_t cudnnSoftmaxBackward(...) {
return CUDNN_STATUS_SUCCESS;
}

// ***_v3 functions are not declared in cuDNN v2.
// Following definitions are for compatibility with cuDNN v3.

typedef enum {} cudnnConvolutionBwdDataAlgo_t;
typedef enum {} cudnnConvolutionBwdDataPreference_t;
Expand Down Expand Up @@ -225,9 +223,6 @@ cudnnStatus_t cudnnSetConvolutionNdDescriptor_v3(...) {
}


// ***_v2 functions are not declared in cuDNN v2 and v3.
// Following definitions are for compatibility with cuDNN v4.

typedef enum {} cudnnBatchNormMode_t;
typedef enum {} cudnnNanPropagation_t;

Expand Down

0 comments on commit bf0b3c1

Please sign in to comment.