ArborX
ArborX copied to clipboard
Cleanup usage of DeviceType (on-node only)
We may also want to clean the full BatchedQueries struct. We only use a single function out of it. And we don't need a struct really, just need a namespace.
What is the motivation here? Did we see any problems or is this purely about being more specific?
There is no pressing need. This is simply because it's really not very nice to use device type as a template argument to the view, and is out of line with the rest of ArborX which uses a memory space for it.