Skip to content
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

HMatrix directly created and filled on the GPU ? #4

Open
GBZH opened this issue May 25, 2022 · 2 comments
Open

HMatrix directly created and filled on the GPU ? #4

GBZH opened this issue May 25, 2022 · 2 comments
Assignees

Comments

@GBZH
Copy link

GBZH commented May 25, 2022

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.

@stefanozampini
Copy link
Contributor

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 ?

@wajihboukaram
Copy link
Member

Constructing on the GPU would need the interpolation routines to be implemented as batch kernels.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants