You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 21, 2024. It is now read-only.
Using CUDA 11.8 compiler to compile below example code with thrust 1.17.2 and cub 1.17.2 produces compilation error. There is no error on thrust 1.16 with cub 1.16.
I suspect this could be a new bug introduced by #1671 code change in thrust 1.17 but didn't get a chance to triangulate the root cause.
no instance of constructor "thrust::transform_output_iterator<UnaryFunction, OutputIterator>::transform_output_iterator [with UnaryFunction=thrust::negate<int32_t>, OutputIterator=thrust::discard_iterator<thrust::use_default>]" matches the argument list
Please let me know if you cannot reproduce the bug.
Thanks,
Lilo
The text was updated successfully, but these errors were encountered:
lilohuang
changed the title
[Bug] thrust::reduce_by_key triggers compilation error after thrust1.16
[Bug] thrust::reduce_by_key triggers compilation error on thrust 1.17.2
Nov 14, 2022
Hi @senior-zero and @allisonvacanti ,
Using CUDA 11.8 compiler to compile below example code with thrust 1.17.2 and cub 1.17.2 produces compilation error. There is no error on thrust 1.16 with cub 1.16.
I suspect this could be a new bug introduced by #1671 code change in thrust 1.17 but didn't get a chance to triangulate the root cause.
Please let me know if you cannot reproduce the bug.
Thanks,
Lilo
The text was updated successfully, but these errors were encountered: