From 5cc2281546ec81ac53599501ffe33a45b5973e93 Mon Sep 17 00:00:00 2001 From: Oscar Smith Date: Mon, 20 Oct 2025 15:54:34 -0400 Subject: [PATCH 1/2] bump CUDSS necessary for using with CUDA in Julia 1.12 --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 10c787304..7ab1fed0f 100644 --- a/Project.toml +++ b/Project.toml @@ -85,7 +85,7 @@ ArrayInterface = "7.17" BandedMatrices = "1.8" BlockDiagonals = "0.2" CUDA = "5.5" -CUDSS = "0.4" +CUDSS = "0.4, 0.5, 0.6" CUSOLVERRF = "0.2.6" ChainRulesCore = "1.25" CliqueTrees = "1.11.0" From 06f6a17c8e6f076ea3fa81e024a66b6b196dab19 Mon Sep 17 00:00:00 2001 From: Oscar Smith Date: Wed, 22 Oct 2025 09:19:55 -0400 Subject: [PATCH 2/2] fix compat --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 7ab1fed0f..8362917d2 100644 --- a/Project.toml +++ b/Project.toml @@ -85,7 +85,7 @@ ArrayInterface = "7.17" BandedMatrices = "1.8" BlockDiagonals = "0.2" CUDA = "5.5" -CUDSS = "0.4, 0.5, 0.6" +CUDSS = "0.4, 0.6.1" CUSOLVERRF = "0.2.6" ChainRulesCore = "1.25" CliqueTrees = "1.11.0"