Releases: exanauts/CUDSS.jl
Releases · exanauts/CUDSS.jl
v0.2.1
CUDSS v0.2.1
Merged pull requests:
- Release 0.2.0 (#40) (@amontoison)
Closed issues:
- Fail to call "cudss_set" and "cudss_get" (#15)
v0.1.5
CUDSS v0.1.5
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:
v0.2.0
CUDSS v0.2.0
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:
v0.1.4
CUDSS v0.1.4
Merged pull requests:
- Add check keyword argument to generic calls (#33) (@ChrisRackauckas)
- Update Project.toml (#34) (@amontoison)
Closed issues:
- Allow CEnum v0.5 (#32)
v0.1.3
CUDSS v0.1.3
Merged pull requests:
- Update documentation (#18) (@amontoison)
- Test more options for symmetric factorizations (#19) (@amontoison)
- Update error.jl and management.jl (#24) (@amontoison)
- Improve cudss_set and cudss_get (#25) (@amontoison)
- Update the documentation for the generic API (#26) (@amontoison)
- Test cudss_set with the data parameter user_perm (#27) (@amontoison)
- Add a convert function for cudssAlgType_t (#28) (@amontoison)
- Update cudss_set and cudss_get (#29) (@amontoison)
- Add a method cudss_set to update the sparse matrix in a CudssSolver (#30) (@amontoison)
Closed issues:
v0.1.2
CUDSS v0.1.2
v0.1.1
CUDSS v0.1.1
Merged pull requests:
- Add a method \ for CudssSolver (#14) (@amontoison)
Closed issues:
- Add a method \ for CudssSolver (#13)
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)