|
VTK-m
2.3
|
Tag for a device adapter that uses the Intel Threading Building Blocks library to run algorithms on multiple threads. More...
#include <DeviceAdapterTagTBB.h>
Public Member Functions | |
| constexpr | DeviceAdapterTagTBB () |
Public Member Functions inherited from vtkm::cont::DeviceAdapterId | |
| constexpr bool | operator== (DeviceAdapterId other) const |
| constexpr bool | operator!= (DeviceAdapterId other) const |
| constexpr bool | operator< (DeviceAdapterId other) const |
| constexpr bool | IsValueValid () const |
| Return whether this object represents a valid type of device. More... | |
| constexpr vtkm::Int8 | GetValue () const |
| Returns the numeric value of the index. More... | |
| DeviceAdapterNameType | GetName () const |
| Return a name representing the device. More... | |
Static Public Attributes | |
| static constexpr bool | IsEnabled = true |
Additional Inherited Members | |
Protected Member Functions inherited from vtkm::cont::DeviceAdapterId | |
| constexpr | DeviceAdapterId (vtkm::Int8 id) |
Tag for a device adapter that uses the Intel Threading Building Blocks library to run algorithms on multiple threads.
For this device to work, VTK-m must be configured to use TBB and the executable must be linked to the TBB library. This tag is defined in vtkm/cont/tbb/DeviceAdapterTBB.h.
|
inlineconstexpr |
|
staticconstexpr |
1.8.17