VTK-m  2.0
Namespaces | Macros | Typedefs
DeviceAdapterList.h File Reference
#include <vtkm/List.h>
#include <vtkm/cont/cuda/internal/DeviceAdapterTagCuda.h>
#include <vtkm/cont/kokkos/internal/DeviceAdapterTagKokkos.h>
#include <vtkm/cont/openmp/internal/DeviceAdapterTagOpenMP.h>
#include <vtkm/cont/serial/internal/DeviceAdapterTagSerial.h>
#include <vtkm/cont/tbb/internal/DeviceAdapterTagTBB.h>

Go to the source code of this file.

Namespaces

 vtkm
 Groups connected points that have the same field value.
 
 vtkm::cont
 VTK-m Control Environment.
 

Macros

#define VTKM_DEFAULT_DEVICE_ADAPTER_LIST   ::vtkm::cont::DeviceAdapterListCommon
 

Typedefs

using vtkm::cont::DeviceAdapterListCommon = vtkm::List< vtkm::cont::DeviceAdapterTagCuda, vtkm::cont::DeviceAdapterTagTBB, vtkm::cont::DeviceAdapterTagOpenMP, vtkm::cont::DeviceAdapterTagKokkos, vtkm::cont::DeviceAdapterTagSerial >
 

Macro Definition Documentation

◆ VTKM_DEFAULT_DEVICE_ADAPTER_LIST

#define VTKM_DEFAULT_DEVICE_ADAPTER_LIST   ::vtkm::cont::DeviceAdapterListCommon