Skip to content

Remove TryExecute from filters

Kenneth Moreland requested to merge kmorel/vtk-m:filter-no-try-execute into master

Now that the dispatcher does its own TryExecute, filters do not need to do that. This change requires all worklets called by filters to be able to execute without knowing the device a priori.

Edited by Kenneth Moreland

Merge request reports