lanl/MATAR

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

开放

#107 创建于 2024年11月8日

 (1 条评论) (0 个反应) (0 位负责人)C++ (16 个派生)auto 404
enhancementgood first issue

仓库指标

星标
 (33 个星标)
PR 合并指标
 (PR 指标待抓取)

描述

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.

贡献者指南