Skip to content

Remove ALL_BACKENDS

Li-Ta Lo requested to merge ollielo/vtk-m:no_backends into master

Previously, RenderRegressionTests for migrated filters still need to be compiled by a device compiler. After ImageDifference filter is migrated in !2701 (merged), there is no need. Only units tests that actually use Algorithm or worklets need the device compiler. Address https://gitlab.kitware.com/kmorel/ecp-vtk-m-project-management/-/issues/325.

Merge request reports