VTK-m
2.0
vtkm
cont
tbb
DeviceAdapterTBB.h
Go to the documentation of this file.
1
//============================================================================
2
// Copyright (c) Kitware, Inc.
3
// All rights reserved.
4
// See LICENSE.txt for details.
5
//
6
// This software is distributed WITHOUT ANY WARRANTY; without even
7
// the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
8
// PURPOSE. See the above copyright notice for more information.
9
//============================================================================
10
#ifndef vtk_m_cont_tbb_DeviceAdapterTBB_h
11
#define vtk_m_cont_tbb_DeviceAdapterTBB_h
12
13
#include <
vtkm/cont/tbb/internal/DeviceAdapterRuntimeDetectorTBB.h
>
14
#include <
vtkm/cont/tbb/internal/DeviceAdapterTagTBB.h
>
15
16
#ifdef VTKM_ENABLE_TBB
17
#include <
vtkm/cont/tbb/internal/DeviceAdapterAlgorithmTBB.h
>
18
#include <
vtkm/cont/tbb/internal/DeviceAdapterMemoryManagerTBB.h
>
19
#include <
vtkm/cont/tbb/internal/RuntimeDeviceConfigurationTBB.h
>
20
#endif
21
22
#endif //vtk_m_cont_tbb_DeviceAdapterTBB_h
DeviceAdapterMemoryManagerTBB.h
DeviceAdapterRuntimeDetectorTBB.h
DeviceAdapterTagTBB.h
DeviceAdapterAlgorithmTBB.h
RuntimeDeviceConfigurationTBB.h
Generated by
1.8.17