Recent Releases of CUDSS

CUDSS - v0.5.3

CUDSS v0.5.3

Diff since v0.5.2

Merged pull requests: - Interface the uniform batch API (#83) (@amontoison)

- Julia
Published by github-actions[bot] 7 months ago

CUDSS - v0.5.2

CUDSS v0.5.2

Diff since v0.5.1

- Julia
Published by github-actions[bot] 7 months ago

CUDSS - v0.5.1

CUDSS v0.5.1

Diff since v0.5.0

Merged pull requests: - Fix CI with the self-hosted runner (#76) (@amontoison) - Use GPUToolbox.jl (#79) (@amontoison)

Closed issues: - Use GPUToolbox.jl as a dependency (#78)

- Julia
Published by github-actions[bot] 7 months ago

CUDSS - v0.5.0

CUDSS v0.5.0

Diff since v0.4.4

Breaking changes

  • Upgrade the version of CUDSS.jl (0.4.0 -> 0.6.0)

Merged pull requests: - Update the wrappers for cuDSS v0.6.0 (#75) (@amontoison)

Closed issues: - Interface cuDSS 0.5 (#72)

- Julia
Published by github-actions[bot] 8 months ago

CUDSS - v0.4.4

CUDSS v0.4.4

Diff since v0.4.3

Merged pull requests: - Define CudssSolver and CudssBatchedSolver as a subtype of LinearAlgebra.Factorization (#74) (@amontoison)

- Julia
Published by github-actions[bot] 10 months ago

CUDSS - v0.4.3

CUDSS v0.4.3

Diff since v0.4.2

Merged pull requests: - Allow refactorization if a Cholesky factorization fails due to indefiniteness (#68) (@amontoison) - Support the parameter memory_estimates (#69) (@amontoison) - [documentation] Add new pages (#70) (@amontoison) - Add unit tests for the batched solvers (#71) (@amontoison)

- Julia
Published by github-actions[bot] about 1 year ago

CUDSS - v0.4.2

CUDSS v0.4.2

Diff since v0.4.1

Merged pull requests: - Update batch.md (#66) (@amontoison) - New Julia interface for the batch API of CUDSS (#67) (@amontoison)

- Julia
Published by github-actions[bot] about 1 year ago

CUDSS - v0.4.1

CUDSS v0.4.1

Diff since v0.4.0

Merged pull requests: - [documentation] Batched linear systems with CUDSS (#64) (@amontoison) - Add a function unsafecudssbatch (#65) (@amontoison)

Closed issues: - Package management and type piracy: should this be a part of CUDA.jl? (#31)

- Julia
Published by github-actions[bot] about 1 year ago

CUDSS - v0.4.0

CUDSS v0.4.0

Diff since v0.3.2

Merged pull requests: - [buildkite] Add CI builds on GPUs (#60) (@amontoison) - Support cuDSS v0.4.0 (#63) (@amontoison)

Closed issues: - Fail during precompile: LoadError (#58) - How to solve Ax=B using cudss, B is a n*m Array (#61) - New version of cuDSS (#62)

- Julia
Published by github-actions[bot] about 1 year ago

CUDSS - v0.3.2

CUDSS v0.3.2

Diff since v0.3.1

Merged pull requests: - Add tests with the hybrid mode (#51) (@amontoison) - Update in-place examples to use refactorization (#56) (@amontoison)

Closed issues: - Refactorization example (#53)

- Julia
Published by github-actions[bot] over 1 year ago

CUDSS - v0.3.1

CUDSS v0.3.1

Diff since v0.3.0

Merged pull requests: - Test LU, LDL' and Cholesky decompositions on small linear systems (#48) (@amontoison) - Support new parameters added in cuDSS v0.3.0 (#49) (@amontoison) - [documentation] Add an example with the hybrid mode (#50) (@amontoison)

Closed issues: - Error with small matrices (#45)

- Julia
Published by github-actions[bot] over 1 year ago

CUDSS - v0.3.0

CUDSS v0.3.0

Diff since v0.2.3

Merged pull requests: - Upgrade to v0.3.0 (#46) (@amontoison) - Update ci.yml (#47) (@amontoison)

- Julia
Published by github-actions[bot] over 1 year ago

CUDSS - v0.2.3

CUDSS v0.2.3

Diff since v0.2.2

Merged pull requests: - Upgrade handle support (#43) (@amontoison) - [documentation] Iterative refinement and user permutation (#44) (@amontoison)

Closed issues: - [documentation] Add an example with iterative refinement (#37) - CUDSS.jl is broken with CUDA.jl 5.4 (#41)

- Julia
Published by github-actions[bot] almost 2 years ago

CUDSS - v0.1.6

CUDSS v0.1.6

Diff since v0.1.5

Merged pull requests: - Release 0.2.2 (#42) (@amontoison) - Upgrade handle support (#43) (@amontoison) - [documentation] Iterative refinement and user permutation (#44) (@amontoison)

Closed issues: - [documentation] Add an example with iterative refinement (#37) - CUDSS.jl is broken with CUDA.jl 5.4 (#41)

- Julia
Published by github-actions[bot] almost 2 years ago

CUDSS - v0.2.2

CUDSS v0.2.2

Diff since v0.2.1

Merged pull requests: - Release 0.2.2 (#42) (@amontoison)

- Julia
Published by github-actions[bot] almost 2 years ago

CUDSS - v0.2.1

CUDSS v0.2.1

Diff since v0.2.0

Merged pull requests: - Release 0.2.0 (#40) (@amontoison)

Closed issues: - Fail to call "cudssset" and "cudssget" (#15)

- Julia
Published by github-actions[bot] almost 2 years ago

CUDSS - v0.1.5

CUDSS v0.1.5

Diff since v0.1.4

Merged pull requests: - Upgrade the Julia interface for cuDSS 0.2.1 (#17) (@amontoison) - Replace @ccall with @gcsafe_ccall (#35) (@amontoison) - Add a test for iterative refinement (#36) (@amontoison) - Add a constructor for CudssData (#38) (@amontoison)

Closed issues: - Segmentation fault with cudssDataDestroy (#1) - LDL' factorizations are failing with complex Hermitian matrices (#2) - Replace @ccall with @gcsafe_ccall when CUDA.jl v5.3.0 is released (#16) - Add an option to reuse an handle when we create a CudssData (#20) - Issue with iterative refinement (#21)

- Julia
Published by github-actions[bot] almost 2 years ago

CUDSS - v0.2.0

CUDSS v0.2.0

Diff since v0.1.4

Merged pull requests: - Upgrade the Julia interface for cuDSS 0.2.1 (#17) (@amontoison) - Replace @ccall with @gcsafe_ccall (#35) (@amontoison) - Add a test for iterative refinement (#36) (@amontoison) - Add a constructor for CudssData (#38) (@amontoison)

Closed issues: - Segmentation fault with cudssDataDestroy (#1) - LDL' factorizations are failing with complex Hermitian matrices (#2) - Replace @ccall with @gcsafe_ccall when CUDA.jl v5.3.0 is released (#16) - Add an option to reuse an handle when we create a CudssData (#20) - Issue with iterative refinement (#21)

- Julia
Published by github-actions[bot] almost 2 years ago

CUDSS - v0.1.4

CUDSS v0.1.4

Diff since v0.1.3

Merged pull requests: - Add check keyword argument to generic calls (#33) (@ChrisRackauckas) - Update Project.toml (#34) (@amontoison)

Closed issues: - Allow CEnum v0.5 (#32)

- Julia
Published by github-actions[bot] almost 2 years ago

CUDSS - v0.1.3

CUDSS v0.1.3

Diff since v0.1.2

Merged pull requests: - Update documentation (#18) (@amontoison) - Test more options for symmetric factorizations (#19) (@amontoison) - Update error.jl and management.jl (#24) (@amontoison) - Improve cudssset and cudssget (#25) (@amontoison) - Update the documentation for the generic API (#26) (@amontoison) - Test cudssset with the data parameter userperm (#27) (@amontoison) - Add a convert function for cudssAlgTypet (#28) (@amontoison) - Update cudssset and cudssget (#29) (@amontoison) - Add a method cudssset to update the sparse matrix in a CudssSolver (#30) (@amontoison)

Closed issues: - Unable to reuse the analysis if we only store one triangle for symmetric factorizations (#10) - Irreproducible results for the same linear system (#22) - [documentation] Describe the keyword argument view in ldlt and cholesky (#23)

- Julia
Published by github-actions[bot] almost 2 years ago

CUDSS - v0.1.2

CUDSS v0.1.2

Diff since v0.1.1

- Julia
Published by github-actions[bot] almost 2 years ago

CUDSS - v0.1.1

CUDSS v0.1.1

Diff since v0.1.0

Merged pull requests: - Add a method \ for CudssSolver (#14) (@amontoison)

Closed issues: - Add a method \ for CudssSolver (#13)

- Julia
Published by github-actions[bot] about 2 years ago

CUDSS - v0.1.0

CUDSS v0.1.0

Merged pull requests: - Adding CI (#4) (@michel2323) - Add script to benchmark LU factorizations. (#5) (@frapac) - Don't perform pivoting for symmetric Hermitian problems (#6) (@amontoison) - Add a generic API (#7) (@amontoison) - Use a String for the structure (#8) (@amontoison) - Add a type T for CudssMatrix and CudssSolver (#9) (@amontoison) - [documentation] Add a documentation page about the generic API (#11) (@amontoison)

Closed issues: - Add continuous integration (#3)

- Julia
Published by github-actions[bot] about 2 years ago