Viskores  1.0
DeviceAdapterList.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_DeviceAdapterList_h
19 #define viskores_cont_DeviceAdapterList_h
20 
21 #ifndef VISKORES_DEFAULT_DEVICE_ADAPTER_LIST
22 #define VISKORES_DEFAULT_DEVICE_ADAPTER_LIST ::viskores::cont::DeviceAdapterListCommon
23 #endif
24 
25 #include <viskores/List.h>
26 
32 
33 namespace viskores
34 {
35 namespace cont
36 {
37 
43 }
44 } // namespace viskores::cont
45 
46 #endif //viskores_cont_DeviceAdapterList_h
viskores::cont::DeviceAdapterTagCuda
Tag for a device adapter that uses a CUDA capable GPU device.
Definition: DeviceAdapterTagCuda.h:41
DeviceAdapterTagTBB.h
DeviceAdapterTagKokkos.h
viskores::cont::DeviceAdapterTagKokkos
Tag for a device adapter that uses the Kokkos library to run algorithms in parallel.
Definition: DeviceAdapterTagKokkos.h:39
DeviceAdapterTagCuda.h
viskores::cont::DeviceAdapterTagOpenMP
Tag for a device adapter that uses OpenMP compiler extensions to run algorithms on multiple threads.
Definition: DeviceAdapterTagOpenMP.h:35
viskores::List
A template used to hold a list of types.
Definition: List.h:47
DeviceAdapterTagSerial.h
DeviceAdapterTagOpenMP.h
viskores::cont::DeviceAdapterListCommon
viskores::List< viskores::cont::DeviceAdapterTagCuda, viskores::cont::DeviceAdapterTagTBB, viskores::cont::DeviceAdapterTagOpenMP, viskores::cont::DeviceAdapterTagKokkos, viskores::cont::DeviceAdapterTagSerial > DeviceAdapterListCommon
Definition: DeviceAdapterList.h:42
viskores
Groups connected points that have the same field value.
Definition: Atomic.h:27
viskores::cont::DeviceAdapterTagSerial
Tag for a device adapter that performs all computation on the same single thread as the control envir...
Definition: DeviceAdapterTagSerial.h:30
viskores::cont::DeviceAdapterTagTBB
Tag for a device adapter that uses the Intel Threading Building Blocks library to run algorithms on m...
Definition: DeviceAdapterTagTBB.h:37
List.h