Skip to content
New issue

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

deprecate "universal" iterator categories #694

Open
jaredhoberock opened this issue Jul 9, 2014 · 3 comments
Open

deprecate "universal" iterator categories #694

jaredhoberock opened this issue Jul 9, 2014 · 3 comments
Labels
thrust For all items related to Thrust.

Comments

@jaredhoberock
Copy link

I don't think Thrust uses them, there's no reason for anyone else to, and they've always seemed hacky

@jaredhoberock
Copy link
Author

Push this to a future release when nvcc will be able to recognize #pragma GCC diagnostic ignored "-Wdeprecated-declarations".

@brycelelbach
Copy link
Contributor

What's the status on this? Did we ever deprecate these?

@jaredhoberock
Copy link
Author

These items are still around:

$ grep -r universal /usr/local/cuda/include/thrust/
/usr/local/cuda/include/thrust/iterator/iterator_categories.h:#include <thrust/iterator/detail/universal_categories.h>
/usr/local/cuda/include/thrust/iterator/detail/universal_categories.h:struct input_universal_iterator_tag
/usr/local/cuda/include/thrust/iterator/detail/universal_categories.h:struct output_universal_iterator_tag
/usr/local/cuda/include/thrust/iterator/detail/universal_categories.h:struct forward_universal_iterator_tag
/usr/local/cuda/include/thrust/iterator/detail/universal_categories.h:  : input_universal_iterator_tag
/usr/local/cuda/include/thrust/iterator/detail/universal_categories.h:struct bidirectional_universal_iterator_tag
/usr/local/cuda/include/thrust/iterator/detail/universal_categories.h:  : forward_universal_iterator_tag
/usr/local/cuda/include/thrust/iterator/detail/universal_categories.h:// create this struct to control conversion precedence in random_access_universal_iterator_tag
/usr/local/cuda/include/thrust/iterator/detail/universal_categories.h:struct random_access_universal_iterator_tag
/usr/local/cuda/include/thrust/iterator/detail/universal_categories.h:  // bidirectional_universal_iterator_tag is P1
/usr/local/cuda/include/thrust/iterator/detail/universal_categories.h:  operator detail::one_degree_of_separation<bidirectional_universal_iterator_tag> () {return detail::one_degree_of_separation<bidirectional_universal_iterator_tag>();}

I think these remain good candidates for removal.

@jrhemstad jrhemstad added the thrust For all items related to Thrust. label Feb 22, 2023
@miscco miscco self-assigned this Feb 23, 2023
@jarmak-nv jarmak-nv transferred this issue from NVIDIA/thrust Nov 8, 2023
elstehle pushed a commit to elstehle/cccl that referenced this issue Nov 16, 2023
…ram_tuning

Add policy parameter to allow tuning
@miscco miscco removed their assignment Dec 6, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
thrust For all items related to Thrust.
Projects
Status: No status
Development

No branches or pull requests

4 participants