Commit 7d61334
Fix CUDSS extension for v0.5 and v0.6 compatibility
Updates the ArrayInterfaceCUDSSExt to use the modern CUDSS API.
The deprecated CudssMatrix type has been replaced with standard
CUDA.CuVector types, which is the current API pattern in CUDSS v0.5+.
Changes:
- Replace CudssMatrix with CUDA.CuVector in lu_instance
- Add CUDA as explicit extension dependency
- Add CUDSS v0.5 and v0.6 to compatibility bounds
- Bump version to 7.20.1
Fixes the runtime incompatibility introduced by the breaking changes
in CUDSS v0.5 and v0.6 where CudssMatrix was removed in favor of
standard CUDA.jl types (CuVector).
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>1 parent f67f7d8 commit 7d61334
2 files changed
+11
-7
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
27 | | - | |
| 27 | + | |
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
| |||
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
42 | | - | |
| 42 | + | |
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| 5 | + | |
5 | 6 | | |
6 | 7 | | |
7 | 8 | | |
8 | | - | |
9 | 9 | | |
10 | | - | |
11 | | - | |
12 | | - | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
13 | 17 | | |
14 | 18 | | |
15 | 19 | | |
| |||
0 commit comments