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

Fixes and improvements for host_device_map #288

Closed adayton1 closed 2 months ago

adayton1 commented 2 months ago

Updates care::host_device_map to have default constructor / move construction / move assignment to allow STL containers of host_device_maps.

Thanks, @robinson96!