-
Notifications
You must be signed in to change notification settings - Fork 199
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
CUDA Misaligned Data #1233
Comments
Hi @aescobed, could you provide more details about your setup? Specifically:
With this information, we can help diagnose the issue more effectively. Best, |
Hi @victorapm, here are the answers to your questions, thanks for the response:
Thank you! |
Thank you for the info! Seeing the full stacktrace would help. |
Hello, I am having an issue with GPU enabled HYPRE. In some of my test cases when I attempt to solve the pressure equations I get a CUDA misaligned data error. Any ideas as to why this is happening? It happens at the following line:
HYPRE_ParCSRGMRESSolve
(
peqn->hypreSlvr,
peqn->hypreParA,
peqn->hypreParRhs,
peqn->hypreParP
);
The text was updated successfully, but these errors were encountered: