-
Notifications
You must be signed in to change notification settings - Fork 104
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This release contains a large number of commits focused on improving internal performance and code maintainability. New features include support for scan operations.
- Loading branch information
Showing
288 changed files
with
14,279 additions
and
95,611 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
approve_by_comment: true | ||
approve_regex: '^([Aa]pproved|:shipit:|:\+1:|I [Aa]pprove|LGTM)' | ||
reject_regex: ^Rejected | ||
reset_on_push: false | ||
author_approval: ignored | ||
reviewers: | ||
- name: core | ||
members: | ||
- keasler | ||
- trws | ||
- rhornung67 | ||
- davidbeckingsale | ||
- DavidPoliakoff | ||
- jonesholger | ||
required: 1 | ||
- name: everyone | ||
members: | ||
- ajkunen | ||
- trws | ||
- davidbeckingsale | ||
- DavidPoliakoff | ||
- keasler | ||
- rhornung67 | ||
- jonesholger | ||
- willkill07 | ||
required: 2 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,15 +10,17 @@ Unlimited Open Source - BSD Distribution | |
LLNL-CODE-689114 | ||
OCEC-16-063 | ||
|
||
The core developers of RAJA are: | ||
The original developers of RAJA are: | ||
|
||
Rich Hornung ([email protected]) | ||
Jeff Keasler ([email protected]) | ||
|
||
Other contributors include: | ||
Contributors include: | ||
|
||
David Beckingsale ([email protected]) | ||
Jason Burmark ([email protected]) | ||
Holger Jones ([email protected]) | ||
Will Killian ([email protected]) | ||
Adam Kunen ([email protected]) | ||
David Poliakoff ([email protected]) | ||
Tom Scogland ([email protected]) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
RAJA v0.1.0 | ||
RAJA v0.2.0 | ||
============ | ||
|
||
[![Build Status](https://travis-ci.org/LLNL/RAJA.svg?branch=develop)](https://travis-ci.org/LLNL/RAJA) | ||
|
@@ -56,6 +56,15 @@ are not allowed!): | |
More details about RAJA configuration options are located in the User | ||
Documentation. | ||
|
||
Example Applications | ||
-------------------- | ||
|
||
The [RAJA-examples](https://github.com/LLNL/RAJA-examples) repository contains three proxy applications that use the RAJA | ||
programming model. These applications can be built along with the rest of the | ||
RAJA framework by setting `-DRAJA_ENABLE_APPLICATIONS=On` when running CMake. | ||
|
||
When this option is passed to CMake, the RAJA-examples repository is cloned using `git` to the directory `extra/llnl-raja-proxies` in the project root. The example applications will be built using the same configuration that the RAJA library uses. | ||
|
||
User Documentation | ||
------------------- | ||
|
||
|
@@ -95,21 +104,22 @@ develop branch into the `master` branch and tag a new release. | |
Authors | ||
----------- | ||
|
||
The main RAJA developers are: | ||
The original developers of RAJA are: | ||
|
||
* Rich Hornung ([email protected]) | ||
* Jeff Keasler ([email protected]) | ||
|
||
Other contributors include: | ||
Contributors include: | ||
|
||
* David Beckingsale ([email protected]) | ||
* Jason Burmark ([email protected]) | ||
* Holger Jones ([email protected]) | ||
* Will Killian ([email protected]) | ||
* Adam Kunen ([email protected]) | ||
* David Poliakoff ([email protected]) | ||
* Tom Scogland ([email protected]) | ||
|
||
|
||
|
||
Release | ||
----------- | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.