Skip to content

v2025.12.2

Latest

Choose a tag to compare

@rhornung67 rhornung67 released this 06 Mar 16:48
eca7c50

This release contains a bug fix and some performance enhancements resulting from new execution policies.

Please download the RAJA-v2025.12.2.tar.gz file below. The others, generated by GitHub, may not work for you due to RAJA's dependence on git submodules.

Notable changes include:

  • New features / API changes:

    • Add new policies for RAJA::launch that enable caching of team (block) indices and dimensions, and thread indices and dimensions. This eliminates repeated calls to device intrinsics when those quantities are used multiple times in a kernel. A new example code was added to show the usage. RAJA User Guide documentation will be forthcoming.
  • Build changes/improvements:

    • None
  • Bug fixes/improvements:

    • Fixed issue with our checks for C++ symbol names.