CHAI — CHAI 2023.06.0 documentation (original) (raw)

CHAI is a C++ libary providing an array object that can be used transparently in multiple memory spaces. Data is automatically migrated based on copy-construction, allowing for correct data access regardless of location. CHAI can be used standalone, but is best when paired with the RAJA library, which has built-in CHAI integration that takes care of everything.

Any questions? Contact chai-dev@llnl.gov

Basics

Reference

Contributing