Skip to content

Commit

Permalink
Merge f3a2ca2 into 3d8d4f4
Browse files Browse the repository at this point in the history
  • Loading branch information
kmaehashi committed Apr 6, 2018
2 parents 3d8d4f4 + f3a2ca2 commit 180ebdf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cupy/cuda/cusolver.pxd
Expand Up @@ -15,7 +15,7 @@ cdef extern from *:
ctypedef int SideMode 'cublasSideMode_t'
ctypedef int FillMode 'cublasFillMode_t'

ctypedef int EigMode 'cusolverEigType_t'
ctypedef int EigType 'cusolverEigType_t'
ctypedef int EigMode 'cusolverEigMode_t'

ctypedef void* MatDescr 'cusparseMatDescr_t'
Expand Down

0 comments on commit 180ebdf

Please sign in to comment.