VTK-m  2.0
vtkm::cont::DeviceAdapterTag___ Struct Reference

A tag specifying the interface between the control and execution environments. More...

#include <DeviceAdapter.h>

Detailed Description

A tag specifying the interface between the control and execution environments.

A DeviceAdapter tag specifies a set of functions and classes that provide mechanisms to run algorithms on a type of parallel device. The tag DeviceAdapterTag___ does not actually exist. Rather, this documentation is provided to describe the interface for a DeviceAdapter. Loading the vtkm/cont/DeviceAdapter.h header file will import all device adapters appropriate for the current compile environment.

To execute algorithms on any device, see Algorithm.h which allows for abitrary device execution.


The documentation for this struct was generated from the following file: