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 df27892
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 28 deletions.
14 changes: 0 additions & 14 deletions lib/cusolver/libcusolver.jl
Original file line number Diff line number Diff line change
Expand Up @@ -6216,17 +6216,3 @@ end
info::csrcholInfo_t,
diag::CuPtr{Cdouble})::cusolverStatus_t
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
1 change: 0 additions & 1 deletion res/wrap/cusolver.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
library_name = "libcusolver"
output_file_path = "../../lib/cusolver/libcusolver.jl"
prologue_file_path = "./libcusolver_prologue.jl"
epilogue_file_path = "./libcusolver_epilogue.jl"

output_ignorelist = [
# generates bad code
Expand Down
13 changes: 0 additions & 13 deletions res/wrap/libcusolver_epilogue.jl

This file was deleted.

0 comments on commit df27892

Please sign in to comment.