This repository has been 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_view
demonstrates the use of a view (a non-owning wrapper for an iterator range with a container-like interface).
Bug Fixes
thrust::(min|max|minmax)_element
can now accept raw device pointers when an explicit device execution policy is used.thrust::clear
operations on vector types no longer requires the element type to have a default constructor.