You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently I would like to use H2Opus to accelerate my home made 3D electrostatic BEM solver (Boundary Element Method) which runs on the GPU. The N cells data used to build an NxN non symmetric dense matrix are stored in the GPU memory and the matrix elements are thus computed on the GPU. I would like to know if H2Opus has a method to construct a non symmetric HMatrix directly on the GPU.
Thanks a lot for any answer/clue and for this very promising library.
The text was updated successfully, but these errors were encountered:
Hi @GBZH , again sorry for slow reply. We had hmatrix construction on GPU some time ago, not sure if it went through the process of making the code public. Can you comment @wajihboukaram ?
Hello,
Currently I would like to use H2Opus to accelerate my home made 3D electrostatic BEM solver (Boundary Element Method) which runs on the GPU. The N cells data used to build an NxN non symmetric dense matrix are stored in the GPU memory and the matrix elements are thus computed on the GPU. I would like to know if H2Opus has a method to construct a non symmetric HMatrix directly on the GPU.
Thanks a lot for any answer/clue and for this very promising library.
The text was updated successfully, but these errors were encountered: