You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: