This repository was archived by the owner on Mar 21, 2024. It is now read-only.
Thrust 1.8.3 (CUDA Toolkit 8.0)
Thrust 1.8.3 is a small bug fix release.
New Examples
range_viewdemonstrates the use of a view (a non-owning wrapper for an iterator range with a container-like interface).
Bug Fixes
thrust::(min|max|minmax)_elementcan now accept raw device pointers when an explicit device execution policy is used.thrust::clearoperations on vector types no longer requires the element type to have a default constructor.