Replies: 1 comment
-
Hello, Currently, almost all In most cases, the main computational cost is not in the |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello everyone!
I construct a mesh as a list of triangles on a CUDA and next I must transfer it to Host for mfem::Mesh constructing, it seems wasteful because as the backend of MFEM, I use CUDA. So, is there any possibility of passing the CUDA pointer to GPU buffers of vertices, indices etc, for creating MFEM mesh?
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions