lanl/MATAR

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

Aberta

#107 aberto em 8 de nov. de 2024

 (1 comentário) (0 reação) (0 responsável)C++ (16 forks)auto 404
enhancementgood first issue

Métricas do repositório

Stars
 (33 estrelas)
Métricas de merge de PR
 (Métricas PR pendentes)

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.

Guia do colaborador