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.
debug_synchronous
::result_type
thrust::[unary|binary]_function
unary_traits
binary_traits
not1
not2
cub::min/max
cuda::std::min/max
cub::DeviceSpmv
util_ptx.cuh
thrust::identity
cuda::std::identity
GridBarrier
GridBarrierLifetime
We should backport those to the 2.8 branch.
thrust::identity::operator()
cuda::std::identity::operator()
ceil_div
DispatchBatchMemcpy
DispatchReduce
DispatchScan
universal_host_pinned_memory_resource
universial_ptr
<complex>
result_of_adaptable_function
thrust/thrust/system/cuda/config.h
The text was updated successfully, but these errors were encountered:
shfl_sync
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.
Removals
debug_synchronous
parameter::result_type
etc. from Thrust function objects (and alias them to the libcu++ ones) #3271thrust::[unary|binary]_function
#3273unary_traits
andbinary_traits
#3259not1
andnot2
#3263Deprecations (No scheduled removal yet)
cub::min/max
bycuda::std::min/max
cub::DeviceSpmv
in favor of cuSPARSE #3070util_ptx.cuh
#3289thrust::identity
bycuda::std::identity
#2762GridBarrier
andGridBarrierLifetime
#1389We should backport those to the 2.8 branch.
API breaking changes
thrust::identity::operator()
have the same return type ascuda::std::identity::operator()
ceil_div
should return the resulting type of its operation #2845DispatchBatchMemcpy
andDispatchReduce
so policy hub is lastDispatchScan
to be unsigneduniversal_host_pinned_memory_resource
's pointer type should probably be auniversial_ptr
#2659ABI breaking changes
Behavioral changes
<complex>
Enable users to disable normalization for division too. libcudacxx#474 (review)::result_type
detection from Thrustresult_of_adaptable_function
Cleanup
thrust/thrust/system/cuda/config.h
The text was updated successfully, but these errors were encountered: