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

Interpolation GPU Offload #97

Open
l90lpa opened this issue Nov 21, 2024 · 0 comments
Open

Interpolation GPU Offload #97

l90lpa opened this issue Nov 21, 2024 · 0 comments
Assignees

Comments

@l90lpa
Copy link
Collaborator

l90lpa commented Nov 21, 2024

Background:

I have been working on and have completed a first pass at enabling the GPU offload of Atlas's matrix-based interpolation routines.

This work was initially submitted as 2 PR's:

However, after discussion with Willem it was decided to break-up the second PR into 4 smaller PRs based on the above breakdown (see ecmwf#239 (comment)).

Current State:

Below I've presented the current state broken down by branch

  1. branch: feature/hicsparse (merged into Atlas - no further actions requried):
  2. branch: feature/sparse-linalg-multiply-add (merged into Atlas - no further actions requried):
  3. branch: feature/add-gpu-offload-capable-sparse-matrix:
  4. branch: feature/add-hicsparse-backend-to-linalg-sparse:
    • adds a hicsparse backend to sparse linalg
    • currently based on feature/sparse-linalg-multiply-add, and depends on all preceding branches.
    • No PR submitted yet. Once all of this branches dependencies are merged this branch should be rebased onto develop (any fixes made dues to changes in dependencies) and a PR submitted. If one wants to test this branch it is straight-forward to simply merge in its dependencies.
  5. branch: feature/update-interpolation-to-support-sparse-linalg-hicsparse-backend:
    • updates interpolation to support use of linalg sparse hicsparse backend
    • currently based on feature/sparse-linalg-multiply-add and depends on all preceding branches.
    • No PR submitted yet. Once all of this branches dependencies are merged this branch should be rebased onto develop (any fixes made dues to changes in dependencies). If one wants to test this branch it is straight-forward to simply merge in its dependencies.
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

2 participants