File tree Expand file tree Collapse file tree 2 files changed +6
-0
lines changed
lib/OrdinaryDiffEqCore/test Expand file tree Collapse file tree 2 files changed +6
-0
lines changed 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,15 +26,19 @@ OrdinaryDiffEqRosenbrock = {path = "../../lib/OrdinaryDiffEqRosenbrock"}
2526[compat ]
2627Adapt = " 4"
2728CUDA = " 5"
29+ CUDSS = " 0.6.7"
2830ComponentArrays = " 0.15"
2931DiffEqBase = " 6.182"
3032FFTW = " 1.8"
3133FastBroadcast = " 0.3"
3234FillArrays = " 1"
3335OrdinaryDiffEq = " 6"
36+ OrdinaryDiffEqBDF = " 1"
37+ OrdinaryDiffEqFIRK = " 1"
3438OrdinaryDiffEqNonlinearSolve = " 1"
3539OrdinaryDiffEqRKIP = " 1"
3640OrdinaryDiffEqRosenbrock = " 1"
41+ OrdinaryDiffEqSDIRK = " 1"
3742RecursiveArrayTools = " 3"
3843SciMLBase = " 2.99"
3944SciMLOperators = " 1.3"
You can’t perform that action at this time.
0 commit comments