File tree Expand file tree Collapse file tree
lib/OrdinaryDiffEqCore/test Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11using Test
22using SparseArrays
33using OrdinaryDiffEqCore: find_algebraic_vars_eqs
4+ using LinearAlgebra
45
56@testset " Sparse Algebraic Detection Performance" begin
67 # Test 1: Correctness - results should match between sparse and dense methods
Original file line number Diff line number Diff line change 11[deps ]
22Adapt = " 79e6a3ab-5dfb-504d-930d-738a2a938a0e"
33CUDA = " 052768ef-5323-5732-b1bb-66c8b64840ba"
4+ CUDSS = " 45b445bb-4962-46a0-9369-b4df9d0f772e"
45ComponentArrays = " b0b7db55-cfe3-40fc-9ded-d10e2dbeff66"
56DiffEqBase = " 2b5f629d-d688-5b77-993f-72d75c75574e"
67FFTW = " 7a1cc6ca-52ef-59f5-83cd-3a7055c09341"
@@ -25,17 +26,20 @@ OrdinaryDiffEqRosenbrock = {path = "../../lib/OrdinaryDiffEqRosenbrock"}
2526
2627[compat ]
2728Adapt = " 4"
28- CUDA = " 4, 5"
29+ CUDA = " 5"
30+ CUDSS = " 0.6.7"
2931ComponentArrays = " 0.15"
3032DiffEqBase = " 6.182"
3133FFTW = " 1.8"
3234FastBroadcast = " 0.3"
3335FillArrays = " 1"
3436OrdinaryDiffEq = " 6"
3537OrdinaryDiffEqBDF = " 1"
38+ OrdinaryDiffEqFIRK = " 1"
3639OrdinaryDiffEqNonlinearSolve = " 1"
3740OrdinaryDiffEqRKIP = " 1"
3841OrdinaryDiffEqRosenbrock = " 1"
42+ OrdinaryDiffEqSDIRK = " 1"
3943RecursiveArrayTools = " 3"
4044SciMLBase = " 2.99"
4145SciMLOperators = " 1.3"
You can’t perform that action at this time.
0 commit comments