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

Poisson solver exercise #37

Draft
wants to merge 24 commits into
base: master
Choose a base branch
from
Draft

Conversation

lucaparisi91
Copy link
Collaborator

@lucaparisi91 lucaparisi91 commented Jan 6, 2025

This exercise is a simple implementation of a poisson solver using Jacobi iterations.
This pull request addresses both the cpu implementation and a ported gpu version.
This solves the system of equations ${ \nabla^2_i \phi_i = \rho_i }$ for $i=1,..n$ using the Jacobi method.
This can the usage of

  • #pragma omp distribute teams parallel for collapse(2)
  • #pragma omp enter data
  • custom mappers
  • rocm interoperability
  • async execution

@lucaparisi91 lucaparisi91 marked this pull request as draft January 6, 2025 12:23
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

Successfully merging this pull request may close these issues.

1 participant