-
Notifications
You must be signed in to change notification settings - Fork 38
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
PETSc.jl and GPUs #102
Comments
@boriskaus I believe we do not build |
No we don't build it with GPU support (I imagine that doing that with BinaryBuilder is a nightmare). If people are interested in this (which more and more are), they should perhaps build the correct version of PETSc themselves and link that one to |
We do it increasingly in BinaryBuilder, but it definitely increases complexity. I agree that for now, this is a future feature, and people who need it should use their own PETSc build. Of course, contributions to do this are welcome (there are several Yggdrasil examples with GPU enabled packages now). |
In order to use PETSc on GPUs, we'll also need to wrap the necessary data types for CUDA and OpenCL. We'll need to provide the compiled binaries as well; https://www.mcs.anl.gov/petsc/features/gpus.html
The text was updated successfully, but these errors were encountered: