Skip to content

Commit

Permalink
Update CudssData
Browse files Browse the repository at this point in the history
  • Loading branch information
amontoison committed Mar 14, 2024
1 parent 24caf89 commit 6a71285
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/helpers.jl
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ Base.unsafe_convert(::Type{cudssMatrix_t}, matrix::CudssMatrix) = matrix.matrix
`CudssData` holds internal data (e.g., LU factors arrays).
"""
mutable struct CudssData
handle::cudssHandle_t
handle::Ptr{CUDSS.cudssContext}
data::cudssData_t

function CudssData()
Expand Down

0 comments on commit 6a71285

Please sign in to comment.