VTK-m  2.0
Static Public Member Functions | List of all members
vtkm::cont::DeviceTaskTypes< vtkm::cont::DeviceAdapterTagKokkos > Class Reference

#include <DeviceAdapterAlgorithmKokkos.h>

Static Public Member Functions

template<typename WorkletType , typename InvocationType >
static VTKM_CONT vtkm::exec::kokkos::internal::TaskBasic1D< WorkletType, InvocationType > MakeTask (WorkletType &worklet, InvocationType &invocation, vtkm::Id)
 
template<typename WorkletType , typename InvocationType >
static VTKM_CONT vtkm::exec::kokkos::internal::TaskBasic3D< WorkletType, InvocationType > MakeTask (WorkletType &worklet, InvocationType &invocation, vtkm::Id3)
 

Member Function Documentation

◆ MakeTask() [1/2]

template<typename WorkletType , typename InvocationType >
static VTKM_CONT vtkm::exec::kokkos::internal::TaskBasic1D<WorkletType, InvocationType> vtkm::cont::DeviceTaskTypes< vtkm::cont::DeviceAdapterTagKokkos >::MakeTask ( WorkletType &  worklet,
InvocationType &  invocation,
vtkm::Id   
)
inlinestatic

◆ MakeTask() [2/2]

template<typename WorkletType , typename InvocationType >
static VTKM_CONT vtkm::exec::kokkos::internal::TaskBasic3D<WorkletType, InvocationType> vtkm::cont::DeviceTaskTypes< vtkm::cont::DeviceAdapterTagKokkos >::MakeTask ( WorkletType &  worklet,
InvocationType &  invocation,
vtkm::Id3   
)
inlinestatic

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