MATAR icon indicating copy to clipboard operation
MATAR copied to clipboard

Need to add ability to name host only types for interoperability with Kokkos types.

Open jacob-moore22 opened this issue 1 year ago • 1 comments

For example, look at the FArrayKokkos, where there is an optional tag_string that is used to name the array for debugging purposes. We need an equivalent in all of our host only types. This will require us to add a const std::string to our functors to store the string.

jacob-moore22 avatar Nov 08 '24 19:11 jacob-moore22