Phil Miller - NOAA

Results 319 comments of Phil Miller - NOAA

`sortK` is easily enough implemented with the permutation vector, as noted. I'll be adding slightly more convenient interfaces for that in the near future. The unique sorting is not yet...

Here's a friendly shell snippet to do this search, along with its current output: > `for i in $(ls packages | grep -v kokkos); do echo; echo $i; echo; git...

With that, Phalanx and ShyLU can be untagged

(note: I haven't actually committed any changes toward this end yet, beyond the variable sets PR on which this is based)

I initially thought of this as a possible extension. It could still be, if we want to drop GetValuePtr() from the core BMI specification, and have one fewer thing for...

In discussion with Austin, I concluded that `GetValuePtr`, however it persists, should be in an extension and not core BMI. Among other things, this potentially plays into core BMI being...

Another proposal: Put the desired memory space for the mirror type wrapped in a trait, e.g. `MirrorInSpace`

There's some question of whether that should actually be `using device_type = DualDevice;` to maintain the usual `Device` concept

There's a typo in the description, IMLP rather than IMPL. Hopefully that's not repeated in the code anywhere