VTK-m
2.0
Main Page
Related Pages
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Functions
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
z
~
Variables
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Typedefs
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
r
s
t
u
v
w
Enumerations
Enumerator
Related Functions
Files
File List
File Members
All
a
b
c
d
e
f
g
h
i
j
k
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Functions
g
v
Variables
Typedefs
Macros
b
c
d
e
i
k
m
n
p
q
r
s
t
u
v
x
z
vtkm
cont
openmp
internal
DeviceAdapterTagOpenMP.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
11
#ifndef vtk_m_cont_openmp_internal_DeviceAdapterTagOpenMP_h
12
#define vtk_m_cont_openmp_internal_DeviceAdapterTagOpenMP_h
13
14
#include <
vtkm/cont/DeviceAdapterTag.h
>
15
16
#ifdef VTKM_ENABLE_OPENMP
17
VTKM_VALID_DEVICE_ADAPTER
(OpenMP,
VTKM_DEVICE_ADAPTER_OPENMP
)
18
#else
19
VTKM_INVALID_DEVICE_ADAPTER
(OpenMP,
VTKM_DEVICE_ADAPTER_OPENMP
)
20
#endif
21
22
#endif // vtk_m_cont_openmp_internal_DeviceAdapterTagOpenMP_h
VTKM_DEVICE_ADAPTER_OPENMP
#define VTKM_DEVICE_ADAPTER_OPENMP
Definition:
DeviceAdapterTag.h:39
VTKM_VALID_DEVICE_ADAPTER
VTKM_VALID_DEVICE_ADAPTER(Serial, VTKM_DEVICE_ADAPTER_SERIAL)
DeviceAdapterTag.h
VTKM_INVALID_DEVICE_ADAPTER
#define VTKM_INVALID_DEVICE_ADAPTER(Name, Id)
Marks the tag named vtkm::cont::DeviceAdapterTagName and associated structures as invalid to use.
Definition:
DeviceAdapterTag.h:131
Generated by
1.8.17