|
1 | 1 | [comment]: # (#################################################################) |
2 | | -[comment]: # (Copyright 2017-19, Lawrence Livermore National Security, LLC) |
| 2 | +[comment]: # (Copyright 2017-20, Lawrence Livermore National Security, LLC) |
3 | 3 | [comment]: # (and RAJA Performance Suite project contributors.) |
4 | 4 | [comment]: # (See the RAJA/COPYRIGHT file for details.) |
5 | 5 | [comment]: # |
@@ -563,19 +563,22 @@ in earlier sections for adding a new kernel above. |
563 | 563 | The RAJA Performance Suite is intended to be a work-in-progress, with new |
564 | 564 | kernels and variants added over time. We encourage interested parties to |
565 | 565 | contribute to it so that C++ compiler optimizations and support for programming |
566 | | -models like RAJA continue to improve. |
| 566 | +models like RAJA continue to improve. |
567 | 567 |
|
568 | 568 | The Suite developers follow the [GitFlow](http://nvie.com/posts/a-successful-git-branching-model/) development model. Folks wishing to contribute to the Suite, should include their work in a feature branch created from the RAJA `develop` |
569 | 569 | branch. Then, create a pull request with the `develop` branch as the |
570 | 570 | destination when it is ready to be reviewed. The `develop` branch contains the |
571 | 571 | latest work in RAJA Performance Suite. Periodically, we will merge the |
572 | 572 | develop branch into the `master` branch and tag a new release. |
573 | 573 |
|
| 574 | +If you would like to contribute to the RAJA Performance Suitea, or have |
| 575 | +questions about doing so, please contact one of its developers. See below. |
| 576 | + |
574 | 577 | * * * |
575 | 578 |
|
576 | 579 | # Authors |
577 | 580 |
|
578 | | -The RAJA Performance Suite was originally developed by: |
| 581 | +The primary developer of the RAJA Performance Suite: |
579 | 582 |
|
580 | 583 | * Rich Hornung ( [email protected]) |
581 | 584 |
|
|
0 commit comments