Skip to content

Extend vtkm::DeviceAdapterTraits to include a unique numeric identifier.

Previously each device adapter only had a unique string name. This was not the best when it came to developing data structures to track the status of a given device at runtime.

This adds in a unique numeric identifier to each device adapter. This will allow classes to easily create bitmasks / lookup tables for the validity of devices.

Merge request reports