Skip to content

Commit

Permalink
Added sort feature to release notes.
Browse files Browse the repository at this point in the history
  • Loading branch information
rhornung67 committed Aug 31, 2020
1 parent f6e4567 commit d214be3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@ Notable changes include:
enable asynchronous execution for CUDA and HIP back-ends.
* Added "Multi-view" that works like a regular view, except that it
can wrap multiple arrays so their accesses can share index arithmetic.
* Multiple sort algorithms added. This provides portable parallel sort
operations, which are basic parallel algorithm building blocks.
* Introduced RAJA "Teams" concept as an experimental feature. This
enables hierarchical parallelism and additional nested loop patterns
beyond what RAJA::kernel supports. Please note that this is very much
Expand Down

0 comments on commit d214be3

Please sign in to comment.