[3/3] Catalyst2: Add external memory support for vtkConduitSource with vtk-m
-
Depends on !10769
-
Depends on !10768 (merged)
-
vtkConduitSource
can now load point coordinates, cell connectivity and field values directly from accelerator devices by setting the memory space withvtkConduitSource::SetMemorySpace
. These memory spaces are available:- Serial
- CUDA
- TBB
- OpenMP
- Kokkos
-
Note that you must configure and build VTK with VTK-m to have support for all memory spaces other than
Serial
.