Skip to content

Commit 7f7cfa5

Browse files
committed
fix missing imports/packages
1 parent 78b24f9 commit 7f7cfa5

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

lib/OrdinaryDiffEqCore/test/algebraic_vars_detection_tests.jl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
using Test
22
using SparseArrays
33
using 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

test/gpu/Project.toml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
[deps]
22
Adapt = "79e6a3ab-5dfb-504d-930d-738a2a938a0e"
33
CUDA = "052768ef-5323-5732-b1bb-66c8b64840ba"
4+
CUDSS = "45b445bb-4962-46a0-9369-b4df9d0f772e"
45
ComponentArrays = "b0b7db55-cfe3-40fc-9ded-d10e2dbeff66"
56
DiffEqBase = "2b5f629d-d688-5b77-993f-72d75c75574e"
67
FFTW = "7a1cc6ca-52ef-59f5-83cd-3a7055c09341"
@@ -25,15 +26,19 @@ OrdinaryDiffEqRosenbrock = {path = "../../lib/OrdinaryDiffEqRosenbrock"}
2526
[compat]
2627
Adapt = "4"
2728
CUDA = "5"
29+
CUDSS = "0.6.7"
2830
ComponentArrays = "0.15"
2931
DiffEqBase = "6.182"
3032
FFTW = "1.8"
3133
FastBroadcast = "0.3"
3234
FillArrays = "1"
3335
OrdinaryDiffEq = "6"
36+
OrdinaryDiffEqBDF = "1"
37+
OrdinaryDiffEqFIRK = "1"
3438
OrdinaryDiffEqNonlinearSolve = "1"
3539
OrdinaryDiffEqRKIP = "1"
3640
OrdinaryDiffEqRosenbrock = "1"
41+
OrdinaryDiffEqSDIRK = "1"
3742
RecursiveArrayTools = "3"
3843
SciMLBase = "2.99"
3944
SciMLOperators = "1.3"

0 commit comments

Comments
 (0)