Skip to content

Commit

Permalink
Remove duplicate definition
Browse files Browse the repository at this point in the history
  • Loading branch information
amontoison committed Oct 21, 2023
1 parent 94e2d70 commit 49845d5
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 20 deletions.
10 changes: 0 additions & 10 deletions lib/cusolver/libcusolver.jl
Original file line number Diff line number Diff line change
Expand Up @@ -6220,13 +6220,3 @@ end
mutable struct csrqrInfo end

const csrqrInfo_t = Ptr{csrqrInfo}

@checked function cusolverSpCreateCsrqrInfo(info)
initialize_context()
@ccall libcusolver.cusolverSpCreateCsrqrInfo(info::Ptr{csrqrInfo_t})::cusolverStatus_t
end

@checked function cusolverSpDestroyCsrqrInfo(info)
initialize_context()
@ccall libcusolver.cusolverSpDestroyCsrqrInfo(info::csrqrInfo_t)::cusolverStatus_t
end
10 changes: 0 additions & 10 deletions res/wrap/libcusolver_epilogue.jl
Original file line number Diff line number Diff line change
@@ -1,13 +1,3 @@
mutable struct csrqrInfo end

const csrqrInfo_t = Ptr{csrqrInfo}

@checked function cusolverSpCreateCsrqrInfo(info)
initialize_context()
@ccall libcusolver.cusolverSpCreateCsrqrInfo(info::Ptr{csrqrInfo_t})::cusolverStatus_t
end

@checked function cusolverSpDestroyCsrqrInfo(info)
initialize_context()
@ccall libcusolver.cusolverSpDestroyCsrqrInfo(info::csrqrInfo_t)::cusolverStatus_t
end

0 comments on commit 49845d5

Please sign in to comment.