Skip to content

Add vtkm::cont::Initialize.

Allison Vacanti requested to merge allisonvacanti/vtk-m:320-vtkm_init into master

Also:

  • Removed vtkm::cont::make_DeviceAdapterIdFromName.
    • The device names are stored in the runtime tracker and we want to avoid making a hardcode list of them anywhere.
    • Added RuntimeDeviceTracker::GetDeviceAdapterId(name) to replace this functionality.
  • Refactored CMake logic for unit tests
    • Since we're now querying the device tracker for the names, they cannot be all caps.

Closes #320 (closed)

Edited by Allison Vacanti

Merge request reports