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

Add event abstractions #2033

Closed
1 task
pciolkosz opened this issue Jul 23, 2024 · 1 comment
Closed
1 task

Add event abstractions #2033

pciolkosz opened this issue Jul 23, 2024 · 1 comment
Labels
CUDA Next Feature intended for the Cuda Next experimental library feature request New feature or request.

Comments

@pciolkosz
Copy link
Contributor

Is this a duplicate?

Area

General CCCL

Is your feature request related to a problem? Please describe.

CUDA C++ needs abstractions for cudaEvent_t

Describe the solution you'd like

Solution should provide both owning and non-owning type for event. It should provide basic operations like recording, checking and waiting on the event.
It should also allow conversions to and from cudaEvent_t

Describe alternatives you've considered

No response

Additional context

No response

@pciolkosz pciolkosz added feature request New feature or request. CUDA Next Feature intended for the Cuda Next experimental library labels Jul 23, 2024
@bernhardmgruber
Copy link
Contributor

Maybe @ericniebler was faster: #2017

@pciolkosz pciolkosz closed this as not planned Won't fix, can't repro, duplicate, stale Jul 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CUDA Next Feature intended for the Cuda Next experimental library feature request New feature or request.
Projects
Archived in project
Development

No branches or pull requests

2 participants