Skip to content

Commit

Permalink
Merge pull request #695 from LLNL/feature/essman/gpu_array
Browse files Browse the repository at this point in the history
Full GPU support for axom::Array
  • Loading branch information
joshessman-llnl authored Nov 9, 2021
2 parents 564d977 + 37f6409 commit 3999cf2
Show file tree
Hide file tree
Showing 11 changed files with 990 additions and 186 deletions.
2 changes: 2 additions & 0 deletions RELEASE-NOTES.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,8 @@ The Axom project release numbers follow [Semantic Versioning](http://semver.org/
- Added Sidre function `View::clear()`.
- Core now provides an `axom::ArrayView` that provides view/indexing semantics over a raw pointer.
This replaces the external buffer logic previously provided by `axom::Array`.
- `axom::Array` is now GPU-compatible, in particular via a memory space template parameter and via
extensions to `axom::ArrayView` that allow for copying into kernels and transfers between memory spaces.

### Changed
- `MFEMSidreDataCollection` now reuses FESpace/QSpace objects with the same basis
Expand Down
Loading

0 comments on commit 3999cf2

Please sign in to comment.