diff --git a/README.md b/README.md index 27146b1a6c..c9eb238ab0 100644 --- a/README.md +++ b/README.md @@ -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. @@ -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 + To cite RAJA, please use the following references: * RAJA Performance Portability Layer. https://github.com/LLNL/RAJA diff --git a/benchmark/CMakeLists.txt b/benchmark/CMakeLists.txt index 8ddeba454d..15d919c566 100644 --- a/benchmark/CMakeLists.txt +++ b/benchmark/CMakeLists.txt @@ -11,9 +11,11 @@ if (RAJA_ENABLE_CUDA) SOURCES host-device-lambda-benchmark.cpp) endif() +if (RAJA_ENABLE_DESUL) raja_add_benchmark( NAME benchmark-atomic SOURCES benchmark-atomic.cpp) +endif() raja_add_benchmark( NAME ltimes diff --git a/docs/index.rst b/docs/index.rst index 450bab4447..e558afe1da 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -121,7 +121,8 @@ RAJA User Documentation ======================= * :doc:`RAJA User Guide ` - * `RAJA Tutorials Repo `_ + * `RAJA Portability Suite Tutorial Repo `_ + * `Archived RAJA Tutorials Repo `_ * `Source Documentation `_ ============================