We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
This issue is to keep track of breaking changes we'd like to make in the next major version release.
<complex>
GridBarrier
GridBarrierLifetime
::result_type
debug_synchronous
universal_host_pinned_memory_resource
universial_ptr
thrust::identity::operator()
cuda::std::identity::operator()
ceil_div
cub::DeviceSpmv
DispatchBatchMemcpy
DispatchReduce
DispatchScan
thrust/thrust/system/cuda/config.h
cub::min/max
cuda::std::min/max
The text was updated successfully, but these errors were encountered:
bernhardmgruber
No branches or pull requests
This issue is to keep track of breaking changes we'd like to make in the next major version release.
Tasks
<complex>
Enable users to disable normalization for division too. libcudacxx#474 (review)GridBarrier
andGridBarrierLifetime
#1389::result_type
etc. from Thrust function objects (and alias them to the libcu++ ones)debug_synchronous
paramteruniversal_host_pinned_memory_resource
's pointer type should probably be auniversial_ptr
#2659thrust::identity::operator()
have the same return type ascuda::std::identity::operator()
ceil_div
should return the resulting type of its operation #2845cub::DeviceSpmv
in favor of cuSPARSE #3070DispatchBatchMemcpy
andDispatchReduce
so policy hub is lastDispatchScan
to be unsignedthrust/thrust/system/cuda/config.h
cub::min/max
bycuda::std::min/max
\The text was updated successfully, but these errors were encountered: