Skip to content
This repository was archived by the owner on Mar 21, 2024. It is now read-only.

Thrust 1.8.2 (CUDA Toolkit 7.5)

Choose a tag to compare

@jaredhoberock jaredhoberock released this 28 Feb 20:44

Thrust 1.8.2 is a small bug fix release.

Bug Fixes

  • Avoid warnings and errors concerning user functions called from __host__ __device__ functions
  • #632 CUDA set_intersection_by_key error
  • #651 thrust::copy between host & device is not interoperable with thrust::cuda::par.on(stream)
  • #664 CUDA for_each ignores execution policy's stream

Known Issues

  • #628 CUDA's reduce_by_key fails on sm_50 devices