Using GPU instead of CPUs #3329
Answered
by
mikerife
saitade-bh
asked this question in
Q&A
-
Is it possible to convert a whole PyMAPDL code to use GPUs instead of the CPUs? Any limitations on the code side if it works? Licensing issues? |
Beta Was this translation helpful? Give feedback.
Answered by
mikerife
Aug 6, 2024
Replies: 1 comment 1 reply
-
@adeebsaitBH what benefit would converting PyMAPDL to use GPU would there be? Remember most of PyMAPDL is issuing APDL commands to a 'as a service' instance of MAPDL. So the MAPDL source code would need to be converted to use GPUs. MAPDL can already use GPUs to accelerate certain portions of the FEA solve process. What do you have in mind? |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
germa89
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
@adeebsaitBH what benefit would converting PyMAPDL to use GPU would there be? Remember most of PyMAPDL is issuing APDL commands to a 'as a service' instance of MAPDL. So the MAPDL source code would need to be converted to use GPUs. MAPDL can already use GPUs to accelerate certain portions of the FEA solve process.
What do you have in mind?