LLNL / CARE

CHAI and RAJA provide an excellent base on which to build portable codes. CARE expands that functionality, adding new features such as loop fusion capability and a portable interface for many numerical algorithms. It provides all the basics for anyone wanting to write portable code.
BSD 3-Clause "New" or "Revised" License
29 stars 4 forks source link

Fix sequential IntersectArrays for host_device_ptr arguments #282

Closed liu15 closed 2 months ago

liu15 commented 2 months ago

This ensures that allocations are consistent - especially for thin GPU allocations

adayton1 commented 2 months ago

Can you also clean up the title and description of the merge request?