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 #2034

Closed
Tracked by #1646
pciolkosz opened this issue Jul 23, 2024 · 0 comments · Fixed by #2017
Closed
Tracked by #1646

Add event abstractions #2034

pciolkosz opened this issue Jul 23, 2024 · 0 comments · Fixed by #2017
Assignees
Labels
CUDA Next Feature intended for the Cuda Next experimental library feature request New feature or request.

Comments

@pciolkosz
Copy link
Contributor

pciolkosz commented Jul 23, 2024

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

@pciolkosz pciolkosz changed the title CUDA Events Add event abstractions Jul 23, 2024
@pciolkosz pciolkosz added feature request New feature or request. CUDA Next Feature intended for the Cuda Next experimental library labels 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

Successfully merging a pull request may close this issue.

2 participants