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