-
Notifications
You must be signed in to change notification settings - Fork 203
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
Thrust execution_policy::on
should take a stream_ref in addition to a stream
#4150
Comments
bernhardmgruber
added a commit
to bernhardmgruber/cccl
that referenced
this issue
Mar 21, 2025
bernhardmgruber
added a commit
to bernhardmgruber/cccl
that referenced
this issue
Mar 21, 2025
bernhardmgruber
added a commit
to bernhardmgruber/cccl
that referenced
this issue
Mar 21, 2025
bernhardmgruber
added a commit
that referenced
this issue
Mar 21, 2025
Also drop `__host__ __device__` for stream_ref constructor Fixes: #4150 Co-authored-by: Michael Schellenberger Costa <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Deletes six characters from a few lines in my slides (
.get()
).In all seriousness, I'm not sure if there's any advantage to this other than convenience, but I still think it's worth doing. We want to discourage passing around raw streams, right?
The text was updated successfully, but these errors were encountered: