Viskores
1.0
viskores
cont
DeviceAdapter.h
Go to the documentation of this file.
1
//============================================================================
2
// The contents of this file are covered by the Viskores license. See
3
// LICENSE.txt for details.
4
//
5
// By contributing to this file, all contributors agree to the Developer
6
// Certificate of Origin Version 1.1 (DCO 1.1) as stated in DCO.txt.
7
//============================================================================
8
9
//============================================================================
10
// Copyright (c) Kitware, Inc.
11
// All rights reserved.
12
// See LICENSE.txt for details.
13
//
14
// This software is distributed WITHOUT ANY WARRANTY; without even
15
// the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
16
// PURPOSE. See the above copyright notice for more information.
17
//============================================================================
18
#ifndef viskores_cont_DeviceAdapter_h
19
#define viskores_cont_DeviceAdapter_h
20
21
// These are listed in non-alphabetical order because this is the conceptual
22
// order in which the sub-files are loaded. (But the compile should still
23
// succeed if the order is changed.) Turn off formatting to keep the order.
24
25
// clang-format off
26
#include <
viskores/cont/cuda/DeviceAdapterCuda.h
>
27
#include <
viskores/cont/kokkos/DeviceAdapterKokkos.h
>
28
#include <
viskores/cont/openmp/DeviceAdapterOpenMP.h
>
29
#include <
viskores/cont/serial/DeviceAdapterSerial.h
>
30
#include <
viskores/cont/tbb/DeviceAdapterTBB.h
>
31
32
#include <
viskores/cont/DeviceAdapterAlgorithm.h
>
33
#include <
viskores/cont/DeviceAdapterTag.h
>
34
#include <
viskores/cont/internal/DeviceAdapterMemoryManager.h
>
35
36
// clang-format on
37
38
namespace
viskores
39
{
40
namespace
cont
41
{
42
43
#ifdef VISKORES_DOXYGEN_ONLY
44
struct
DeviceAdapterTag___
71
{
72
};
73
#endif //VISKORES_DOXYGEN_ONLY
74
75
namespace
internal
76
{
77
78
}
// namespace internal
79
}
80
}
// namespace viskores::cont
81
82
#endif //viskores_cont_DeviceAdapter_h
DeviceAdapterTBB.h
DeviceAdapterTag.h
DeviceAdapterAlgorithm.h
DeviceAdapterMemoryManager.h
viskores
Groups connected points that have the same field value.
Definition:
Atomic.h:27
DeviceAdapterCuda.h
DeviceAdapterSerial.h
DeviceAdapterOpenMP.h
DeviceAdapterKokkos.h
Generated by
1.8.17