vtk-m/examples/multi_backend
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
..
CMakeLists.txt Remove direct use of TBB_LIBRARIES and TBB_INCLUDE_DIRS 2015-11-12 14:34:31 -07:00
MultiBackend.cu Add an example of using multiple backends from a single translation unit. 2015-09-17 09:28:21 -04:00
MultiBackend.cxx Extend vtkm::DeviceAdapterTraits to include a unique numeric identifier. 2015-12-16 11:18:52 -05:00