I’m looking for an algebraic multigrid solver that run on GPU. The AlgebraicMultigrid.jl package is not compatible with CUDA and I can’t find other package. I could use the AMGX library in Cuda and C++ but then I’ll have to rewrite a large part of my code.
I am not aware of a Julia package for this. You can call the C++ solver from Julia. I have implemented a baby GMG in Julia but I guess that your AMG choice is strongly constrained.