Skip to content

Interpolation GPU Offload #97

@l90lpa

Description

@l90lpa

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 (merged into Atlas - no further actions requried):

  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.

Metadata

Metadata

Labels

INTERFACEJEDI Models Interface

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions