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

Q: possibility of running ILU solve phase on the GPU #160

Open
angainor opened this issue Mar 26, 2024 · 1 comment
Open

Q: possibility of running ILU solve phase on the GPU #160

angainor opened this issue Mar 26, 2024 · 1 comment

Comments

@angainor
Copy link

I am using SuperLU to compute and apply an ILU-based preconditioner. I compute the factors (and solve the system) using zgsisx.

Since SuperLU does not have GPU support, I am wondering if it is possible to use the computed LU factors in SuperLU_dist, to perform only the solve stage on the GPU. There is no communication involved between the MPI ranks - from the point of view of the tri-solves the operation is strictly local.

I can see the dCopyLUToGPU3D function, which potentially sounds right. Is it possible to use this to achieve what I need?

Thanks!

@xiaoyeli
Copy link
Owner

We plan to provide such an interface in a few weeks.

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

2 participants