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_managed_vector.hpp
Go to the documentation of this file.
1
#pragma once
2
3
#include <vector>
4
5
#include "
pangolin/allocator/cuda_managed.hpp
"
6
7
template
<
typename
T>
8
using
CUDAManagedVector
= std::vector<T, CUDAManagedAllocator<T>>;
cuda_managed.hpp
CUDAManagedVector
std::vector< T, CUDAManagedAllocator< T > > CUDAManagedVector
Definition:
cuda_managed_vector.hpp:8
Generated by
1.8.13