universal_host_pinned_vector
#
-
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
See also