Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New version of cuDSS #62

Closed
mipals opened this issue Dec 11, 2024 · 5 comments · Fixed by #63
Closed

New version of cuDSS #62

mipals opened this issue Dec 11, 2024 · 5 comments · Fixed by #63

Comments

@mipals
Copy link

mipals commented Dec 11, 2024

Hi there,

There is now a 0.4.0 release of cuDSS. Any plans of updating the wrapper? If not I will give it a go.

Cheers,
Mikkel

@amontoison
Copy link
Member

Hi @mipals, I can do that today.
I was not aware of a new release!

@mipals
Copy link
Author

mipals commented Dec 11, 2024

Sounds good! I think it was realized here in December so it is also a fairly new release 😄

@amontoison
Copy link
Member

amontoison commented Dec 11, 2024

For information, it was release yesterday (2024-12-10).
They added batch sparse linear solvers in the new release, a feature that we requested 👍

A new release of CUDSS_jll.jl is coming: JuliaPackaging/Yggdrasil#9990

@mipals
Copy link
Author

mipals commented Dec 11, 2024

Thanks for the info. I am mostly interested in the improved reordering as my application seems to spend a lot of time in the initial phase. What is the main application for batching?

@amontoison
Copy link
Member

@mipals I have opened a PR, you use the related branch if you want to test the new version but an update of CUDSS.jl.

For the batch, you could have systems where the left-hand side depends on a paramater \alpha and you want to solve it for various values of \alpha.
The idea is to use this batch linear solver in a batch optimization solver where you can solve the same optimization problem with a few variants.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants