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

More async support (unique_copy, upper_bound, adjacent_difference) #1418

Open
beomki-yeo opened this issue Feb 24, 2024 · 0 comments
Open

More async support (unique_copy, upper_bound, adjacent_difference) #1418

beomki-yeo opened this issue Feb 24, 2024 · 0 comments

Comments

@beomki-yeo
Copy link

I have been working on SYCL implementation in acts-project/traccc#462 where I used some onedpl functions

I particularly need the asynchronous operations for the following functions, which seem not to be defined in asybc_extension_defs.h:

oneapi::dpl::unique_copy
oneapi::dpl::upper_bound
oneapi::dpl::adjacent_difference

Please let me know if they are defined in somewhere else already.
If not, Is there any plan to support this in the near future?

@beomki-yeo beomki-yeo changed the title More Async Support (unique_copy, upper_bound, adjacent_difference) More async support (unique_copy, upper_bound, adjacent_difference) Feb 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant