Main Page
+
Namespaces
Namespace List
+
Namespace 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
x
y
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
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
+
Enumerations
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
z
+
Enumerator
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
+
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
x
y
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
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
+
Enumerations
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
+
Enumerator
_
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
+
Properties
_
a
c
d
e
f
l
m
o
p
s
t
u
v
+
Related Functions
:
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
Package Documentation
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Modules
Pages
src
RecoTracker
PixelVertexFinding
plugins
PixelVertexWorkSpaceSoAHost.h
Go to the documentation of this file.
1
#ifndef RecoTracker_PixelVertexFinding_plugins_PixelVertexWorkSpaceSoAHost_h
2
#define RecoTracker_PixelVertexFinding_plugins_PixelVertexWorkSpaceSoAHost_h
3
4
#include "
CUDADataFormats/Common/interface/PortableHostCollection.h
"
5
#include "
CUDADataFormats/Vertex/interface/ZVertexUtilities.h
"
6
#include "
RecoTracker/PixelVertexFinding/plugins/PixelVertexWorkSpaceUtilities.h
"
7
8
template
<
int
32_t S>
9
class
PixelVertexWorkSpaceSoAHost
:
public
cms::cuda::PortableHostCollection
<PixelVertexWSSoALayout<>> {
10
public
:
11
explicit
PixelVertexWorkSpaceSoAHost
() :
PortableHostCollection
<
PixelVertexWSSoALayout
<>>(
S
) {}
12
13
// Constructor which specifies the SoA size and CUDA stream
14
explicit
PixelVertexWorkSpaceSoAHost
(cudaStream_t
stream
)
15
:
PortableHostCollection
<
PixelVertexWSSoALayout
<>>(
S
,
stream
) {}
16
};
17
18
namespace
gpuVertexFinder
{
19
namespace
workSpace {
20
using
PixelVertexWorkSpaceSoAHost
=
PixelVertexWorkSpaceSoAHost<zVertex::utilities::MAXTRACKS>
;
21
}
22
}
// namespace gpuVertexFinder
23
#endif
cms::cuda::stream
uint32_t T const *__restrict__ uint32_t const *__restrict__ int32_t int Histo::index_type cudaStream_t stream
Definition:
HistoContainer.h:51
PortableHostCollection.h
cms::cuda::PortableHostCollection
Definition:
PortableHostCollection.h:13
PortableHostCollection
Definition:
PortableHostCollection.h:16
PixelVertexWSSoALayout
Definition:
PixelVertexWorkSpaceUtilities.h:17
PixelVertexWorkSpaceUtilities.h
PixelVertexWorkSpaceSoAHost::PixelVertexWorkSpaceSoAHost
PixelVertexWorkSpaceSoAHost(cudaStream_t stream)
Definition:
PixelVertexWorkSpaceSoAHost.h:14
S
Definition:
CSCDBL1TPParametersExtended.h:16
gpuVertexFinder
Definition:
gpuClusterTracksByDensity.h:13
PixelVertexWorkSpaceSoAHost::PixelVertexWorkSpaceSoAHost
PixelVertexWorkSpaceSoAHost()
Definition:
PixelVertexWorkSpaceSoAHost.h:11
PixelVertexWorkSpaceSoAHost
Definition:
PixelVertexWorkSpaceSoAHost.h:9
ZVertexUtilities.h
Generated for CMSSW Reference Manual by
1.8.14