thrust::universal_host_pinned_vector

Defined in thrust/universal_vector.h

template<typename T>
using thrust::universal_host_pinned_vector = thrust::system::__THRUST_DEVICE_SYSTEM_NAMESPACE::universal_host_pinned_vector<T>

Like universal_vector but uses pinned memory when the system supports it.

See also

device_vector

See also

universal_vector