This site is currently under development for the RSE-ops community.
Published:
Reading time: 1 min
The RAJA performance suite (RAJAPerf) is designed to explore performance of loop-based computational kernels found in HPC applications. Specifically, it is used to assess, monitor, and compare runtime performance of kernels implemented using RAJA and variants implemented using standard or vendor-supported parallel programming models directly. Each kernel in the suite appears in multiple RAJA and non-RAJA (i.e., baseline) variants using parallel programming models such as OpenMP and CUDA. The v0.10.0 release changes the way kernel variants are managed.
Learn more:
Help improve its content by opening a Pull Request on GitHub.