Skip to content

Commit

Permalink
Update types.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
amontoison committed Dec 3, 2023
1 parent 98a8c12 commit b7d12ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/types.jl
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ const CUDSS_CONFIG_PARAMETERS = ("reordering_alg", "factorization_alg", "solve_a
"solve_mode", "ir_n_steps", "ir_tol", "pivot_type", "pivot_threshold",
"pivot_epsilon", "max_lu_nnz")

const CUDSS_TYPES = Dict{String, DataType}(
const CUDSS_TYPES = Dict(
# data type
"info" => Cint,
"lu_nnz" => Int64,
Expand Down

0 comments on commit b7d12ba

Please sign in to comment.