Skip to content

Commit 7d1d6a1

Browse files
committed
fix missing imports/packages
1 parent 503d2cd commit 7d1d6a1

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

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 & 1 deletion
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,17 +26,20 @@ OrdinaryDiffEqRosenbrock = {path = "../../lib/OrdinaryDiffEqRosenbrock"}
2526

2627
[compat]
2728
Adapt = "4"
28-
CUDA = "4, 5"
29+
CUDA = "5"
30+
CUDSS = "0.6.7"
2931
ComponentArrays = "0.15"
3032
DiffEqBase = "6.182"
3133
FFTW = "1.8"
3234
FastBroadcast = "0.3"
3335
FillArrays = "1"
3436
OrdinaryDiffEq = "6"
3537
OrdinaryDiffEqBDF = "1"
38+
OrdinaryDiffEqFIRK = "1"
3639
OrdinaryDiffEqNonlinearSolve = "1"
3740
OrdinaryDiffEqRKIP = "1"
3841
OrdinaryDiffEqRosenbrock = "1"
42+
OrdinaryDiffEqSDIRK = "1"
3943
RecursiveArrayTools = "3"
4044
SciMLBase = "2.99"
4145
SciMLOperators = "1.3"

0 commit comments

Comments
 (0)