This repository has been archived by the owner on Mar 21, 2024. It is now read-only.
Thrust 2.1.0 #1883
alliepiper
announced in
Announcements
Thrust 2.1.0
#1883
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
New Features
transform_output_iterator
andtransform_input_output_iterator
. Thanks to Mark Harris (@harrism) for this contribution.std::initializer_list
#1836: Enable constructions of vectors fromstd::initializer_list
.Bug Fixes
thrust::complex
utilities. Thanks to Zishi Wu (@zishiwu123) for this contribution.__host__
functions in__device__
code #1809: Fix some warnings about usage of__host__
functions in__device__
code.thrust::reduce_by_key
when using non-default-initializable iterators.thrust::reduce
when using a large number of inputs.Other Enhancements
This discussion was created from the release Thrust 2.1.0.
Beta Was this translation helpful? Give feedback.
All reactions