Skip to content
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)

Compare
Choose a tag to compare
@brycelelbach brycelelbach released this 16 May 09:58
· 1377 commits to master since this release

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.