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

CUDSS Cholesky fix and Cholesky new default #406

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Conversation

sshin23
Copy link
Member

@sshin23 sshin23 commented Feb 2, 2025

This PR uses the CUDSS's new Cholesky interface and makes Cholesky the default option

@amontoison
Copy link
Member

amontoison commented Feb 2, 2025

@sshin23 You will need the release 0.4.3 of CUDSS.jl: JuliaRegistries/General#124190

The other alternative is to call the low level wrapper directly:

val = Ref{Cint}(0)
nbytes = sizeof(val)
CUDSS.cudssDataSet(M.inner.data.handle, M.inner.data, "info", val, nbytes)

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 this pull request may close these issues.

3 participants