vtk-m/vtkm/cont/tbb/internal
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
..
ArrayManagerExecutionTBB.h Add new lines at end of files. 2015-06-05 13:14:28 -04:00
CMakeLists.txt Move algorithms out of DeviceAdapterAlgorithmTBB to reduce compilation size. 2015-10-26 09:47:13 -04:00
DeviceAdapterAlgorithmTBB.h Move algorithms out of DeviceAdapterAlgorithmGeneral to reduce compilation size 2015-10-26 17:22:49 -04:00
DeviceAdapterTagTBB.h Extend vtkm::DeviceAdapterTraits to include a unique numeric identifier. 2015-12-16 11:18:52 -05:00
FunctorsTBB.h Simplify the design of vectorization support. 2015-12-01 11:37:41 -05:00
parallel_sort.h Don't use guards in parallel_sort as it doesn't use vtkm configure. 2015-08-13 10:50:17 -04:00