graph
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
cuda_managed_vector.hpp
Go to the documentation of this file.
1 #pragma once
2 
3 #include <vector>
4 
6 
7 template <typename T>
8 using CUDAManagedVector = std::vector<T, CUDAManagedAllocator<T>>;
std::vector< T, CUDAManagedAllocator< T > > CUDAManagedVector
Definition: cuda_managed_vector.hpp:8