vtk-m2/vtkm/worklet/internal
Kenneth Moreland 746d1efa4f Use Buffer objects for dispatcher base test
`UnitTestDispatcherBase` previously used arrays from `std::vector` to
test dispatching data to worklets. This only works for devices that have
unified memory with the host.

Change the test to use `vtkm::cont::internal::Buffer` objects and
properly copy data to/from the device for devices that have separate
memory spaces.
2022-05-13 16:02:59 -04:00
..
testing Use Buffer objects for dispatcher base test 2022-05-13 16:02:59 -04:00
.gitattributes
CMakeLists.txt
DispatcherBase.h
MaskBase.h
Placeholders.h
ScatterBase.h
TriangulateTables.h
WorkletBase.h