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
Labels
INTERFACE JEDI Models Interface

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 (superseded by feature/sparse_storage_with_view):

  4. branch: feature/add-hicsparse-backend-to-linalg-sparse (waiting on dependencies to merge):

  5. branch: feature/update-interpolation-to-support-sparse-linalg-hicsparse-backend (waiting on dependencies to merge):

    • updates interpolation to support use of linalg sparse hicsparse backend
    • currently based on feature/sparse_storage_with_view and depends on feature/add-hicsparse-backend-to-linalg-sparse.
    • No PR submitted yet. Once all of this branches dependencies are merged this branch should be rebased onto develop (and 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.
    • Note: on rebasing this branch onto feature/sparse_storage_with_view I made some simplifications along side necessary changes.
@l90lpa l90lpa added the INTERFACE JEDI Models Interface label Dec 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
INTERFACE JEDI Models Interface
Projects
None yet
Development

No branches or pull requests

2 participants