This site is currently under development for the RSE-ops community.

RAJA 2022.03.0 Released

Published:

Reading time: 1 min

RAJA is a software abstraction that systematically encapsulates platform-specific code to enable applications to be portable across diverse hardware architectures without major source code disruption.

Note that the release version nomenclature has changed format to indicate year, month, and patch number. This format applies to the coordinated release of RAJA Portability Suite components. The v2022.03.0 release includes:

  • features that support SIMD/SIMT programming
  • ROCTX support to enable kernel naming
  • expanded CUDA execution policies
  • improved CMake logic for using CUB
  • updated submodules
  • and more

As of this release, RAJA requires CMAKE version 3.14.5 or newer and a C++14-compliant compiler to build.

Learn more:


Next post: New Repo: TOPE

Previously: Kosh 2.1 Released