lanl/MATAR

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

Aperta

#107 aperta il 8 nov 2024

 (1 commento) (0 reazioni) (0 assegnatari)C++ (16 fork)auto 404
enhancementgood first issue

Metriche repository

Star
 (33 stelle)
Metriche merge PR
 (Metriche PR in attesa)

Descrizione

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.

Guida contributor