lanl/MATAR

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

Open

#107 opened on Nov 8, 2024

View on GitHub
 (1 comment) (0 reactions) (0 assignees)C++ (16 forks)auto 404
enhancementgood first issue

Repository metrics

Stars
 (33 stars)
PR merge metrics
 (PR metrics pending)

Description

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.

Contributor guide