graph
Main Page
+
Namespaces
Namespace List
+
Namespace Members
All
Functions
Variables
Enumerations
Enumerator
+
Classes
Class List
Class Index
Class Hierarchy
+
Class Members
+
All
a
b
c
d
e
f
g
h
i
k
m
n
o
p
r
s
t
u
v
~
+
Functions
a
b
c
d
e
f
g
h
i
m
n
o
p
r
s
t
u
v
~
+
Variables
a
c
d
e
f
g
h
i
k
m
n
p
r
s
t
u
v
Typedefs
Enumerations
Related Functions
+
Files
File List
+
File Members
+
All
_
b
c
d
e
h
i
k
l
n
o
p
s
t
u
+
Functions
b
c
d
e
i
k
l
o
p
s
Variables
Typedefs
Macros
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
include
pangolin
dense
cuda_zero_copy_vector.hpp
Go to the documentation of this file.
1
#pragma once
2
3
#include <vector>
4
5
#include "
pangolin/allocator/cuda_zero_copy.hpp
"
6
7
template
<
typename
T>
8
using
CUDAZeroCopyVector
= std::vector<T, CUDAZeroCopyAllocator<T>>;
CUDAZeroCopyVector
std::vector< T, CUDAZeroCopyAllocator< T > > CUDAZeroCopyVector
Definition:
cuda_zero_copy_vector.hpp:8
cuda_zero_copy.hpp
Generated by
1.8.13