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

Add support for CUDA runtime 12.3 #72

Open
frapac opened this issue Dec 6, 2023 · 0 comments
Open

Add support for CUDA runtime 12.3 #72

frapac opened this issue Dec 6, 2023 · 0 comments

Comments

@frapac
Copy link
Member

frapac commented Dec 6, 2023

Argos is broken with CUDA 12.3. When running the tests, we are facing the following error:

[CUDA] Solve OPF with Argos.BieglerReduction(): Error During Test at /home/fpacaud/dev/Argos.jl/test/Algorithms/MadNLP_wrapper.jl:121
  Got exception outside of a @test                                                                                     
  CUDA error: misaligned address (code 716, ERROR_MISALIGNED_ADDRESS)  

The issue arises when calling cusolverRF in the solution of the KKT system:
https://github.com/exanauts/Argos.jl/blob/master/src/KKT/reduced_newton.jl#L438-L439

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

No branches or pull requests

1 participant