Skip to content

Make locator exec objects not depend on device type

Kenneth Moreland requested to merge kmorel/vtk-m:device-free-locators into master

With recent changes to ArrayHandle, the type for the associated array portal is now the same across all devices. This means that almost all exec objects no longer need to be specialized on the device types. Thus, clean up the locator exec objects to no longer need to be templated on device.

Merge request reports