You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-2Lines changed: 5 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -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:
0 commit comments