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.

貢獻者指南