Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add links to the raja portability suite tutorial #1735

Merged
merged 2 commits into from
Sep 19, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,8 +71,8 @@ More details about RAJA configuration options are located in the RAJA User Guide
We also maintain a [**RAJA Template Project**](https://github.com/LLNL/RAJA-project-template) that shows how to use RAJA in a CMake project, either as a Git
submodule or as an installed library.

User Documentation
-------------------
User Documentation and Tutorials
--------------------------------

The RAJA User Guide is the best place to start learning about RAJA and how to
use it.
Expand All @@ -81,6 +81,8 @@ The most recent version of the User Guide (RAJA develop branch): https://raja.re

To access docs for other RAJA released versions: https://readthedocs.org/projects/raja/

We maintain a repository for the RAJA portaility suite tutorial material: https://github.com/LLNL/raja-suite-tutorial
artv3 marked this conversation as resolved.
Show resolved Hide resolved

To cite RAJA, please use the following references:

* RAJA Performance Portability Layer. https://github.com/LLNL/RAJA
Expand Down
3 changes: 2 additions & 1 deletion docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,8 @@ RAJA User Documentation
=======================

* :doc:`RAJA User Guide <sphinx/user_guide/index>`
* `RAJA Tutorials Repo <https://github.com/LLNL/RAJA-tutorials>`_
* `RAJA Portability Suite Tutorial Repo <https://github.com/LLNL/raja-suite-tutorial>`_
* `Archived RAJA Tutorials Repo <https://github.com/LLNL/RAJA-tutorials>`_
* `Source Documentation <doxygen/html/index.html>`_

============================
Expand Down
Loading