Skip to content

GPUs and/or CUDA #21152

Answered by fdkong
aladshaw3 asked this question in Q&A General
May 26, 2022 · 2 comments · 25 replies
Discussion options

You must be logged in to vote

I know that PETSc has some methods to utilize GPUs and was wondering if MOOSE makes use of GPUs?

MOOSE can now seamlessly use GPUs for algebra operations (linear solvers, preconditioners) via PETSc. It will significantly speed up the simulation if it is expensive on the solvers, which is valid for many applications.

We form matrix and vector on CPU and move that to GPU to solve

In the future, we plan to explore the approaches to move more calculations on GPU. It will also depend on the resources.

Replies: 2 comments 25 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
25 replies
@ljeft
Comment options

@lindsayad
Comment options

@DanoLV
Comment options

@milljm
Comment options

@milljm
Comment options

Answer selected by aladshaw3
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
10 participants