Skip to content

VTK-m Accelerator now properly handles a 32bit vtk-m configuration.

Previously we would have a type mis-match and would fail to convert between VTK and VTK-m. Now we properly tell VTK-m it should be in 64bit mode, even when it is configured for 32bit.

Merge request reports