vtk-m/vtkm/cont/tbb
Robert Maynard c70da5fc23 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.
2015-12-16 11:18:52 -05:00
..
internal Extend vtkm::DeviceAdapterTraits to include a unique numeric identifier. 2015-12-16 11:18:52 -05:00
testing Parallel CellToPoint initial code. 2015-10-30 13:59:36 -06:00
CMakeLists.txt Always install all device headers even when device isn't enabled. 2015-09-17 09:28:21 -04:00
DeviceAdapterTBB.h DeviceAdapter Tags now always exist, and contain if the device is valid. 2015-09-17 09:28:21 -04:00