Template Class HostVector
Defined in File hostvector.cuh
Inheritance Relationships
Base Type
public std::vector< T, rmm_pinned_allocator< T > >
Class Documentation
-
template<typename T>
class HostVector : public std::vector<T, rmm_pinned_allocator<T>> Public Types
-
using Hvec = std::vector<T, rmm_pinned_allocator<T>>
Public Functions
-
inline explicit HostVector(const DeviceVector<T> &ref, cudaStream_t stream = cudaStreamDefault)
-
using Hvec = std::vector<T, rmm_pinned_allocator<T>>