Copy-hiding array abstraction to automatically migrate data between memory spaces
CHAI is a library that handles automatic data migration to different memory spaces behind an array-style interface. It was designed to work with RAJA and integrates with it. CHAI could be used with other C++ abstractions, as well.
CHAI is a library that handles automatic data migration to different memory spaces behind an array-style interface. It was designed to work with RAJA and integrates with it. CHAI could be used with other C++ abstractions, as well.
To install chai, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install chai
To see what files were installed by chai, run:
port contents chai
To later upgrade chai, run:
sudo port selfupdate && sudo port upgrade chai
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.