Skip to content
  • Robert Maynard's avatar
    Extend vtkm::DeviceAdapterTraits to include a unique numeric identifier. · c70da5fc
    Robert Maynard authored
    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.
    c70da5fc