Phil Miller - NOAA

Results 319 comments of Phil Miller - NOAA

Transcribing my debugging process suggestions from a Slack conversation while I was away with only my phone: > What I'd suggest is to look for variables in the tsan logs...

Some possible responses: * Leave things as they are, and document the current behavior * Deprecate/remove `Kokkos::realloc` and `Kokkos::resize`, and just have applications explicitly write the exact behavior they want...

Seeing that these functions are called in a number of places throughout Trilinos, we may be able to get some testing of whether usage with aliased input is expected, and...

This goes back to #904 and #916 by @mhoemmen and amended in #4207

@crtrott is drafting documentation that will serve as a base for discussion.

> Just an update, I have a non-LANL Legion user who also would like to be able to use Kokkos for implementing GPU tasks, but definitely needs to run on...

For the broader issue of Kokkos-Legion interoperability, there's initialization testing introduced in #5206, and improvements for HIP in #5603. At this point, I think we can close this issue, and...