hypre
hypre copied to clipboard
Question: Hypre GPU support
Hello,
I am exploring using Hypre in my application and I am particularly interested in its GPU capabilities:
- Which of the solvers and preconditioners in Hypre are available on the GPU? I am particularly interested in using GMRES with the BoomerAMG preconditioner
- Are there any GPU examples that illustrate filling the CSR matrix (using the IJ interface) within a GPU kernel and handing the pointers to Hypre?
Thank you for all your help.