v2025.09.0
Fixed
- Improved support for non-trivial element types in
ManagedArray
.
Changed
- CHAI now requires C++17 as the minimum C++ standard.
- CHAI now requires CUDA 11 as the minimum CUDA version.
- Updated BLT to v0.7.1.
- Updated Umpire to v2025.09.0.
- Updated RAJA to v2025.09.0.
Experimental
- Added a
ManagedSharedPtr
class similar tomanaged_ptr
that acts likestd::shared_ptr
on the host and a view on the device. - Added
CHAI_ENABLE_EXPERIMENTAL
build option for experimental features. Defaults to ON.
Full Changelog: v2025.03.1...v2025.09.0
Please download the chai-2025.09.0.tar.gz file below. The others, generated by GitHub, may not work for you due to CHAI's dependencies on git submodules.