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

[FEA] Apply the RAII event wrapper wherever possible #16815

Open
kingcrimsontianyu opened this issue Sep 17, 2024 · 0 comments
Open

[FEA] Apply the RAII event wrapper wherever possible #16815

kingcrimsontianyu opened this issue Sep 17, 2024 · 0 comments
Assignees
Labels
feature request New feature or request

Comments

@kingcrimsontianyu
Copy link
Contributor

kingcrimsontianyu commented Sep 17, 2024

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

The stream pool implementation internally uses a RAII event wrapper, where the CUDA event is created with the flag cudaEventDisableTiming for potential performance improvement. This wrapper class should be applied to other part of libcudf wherever possible (where event-based timing is not needed), such as this, this, this, and this.

Describe the solution you'd like
Make the event wrapper publicly available for use in other parts of libcudf.

Describe alternatives you've considered
N/A

Additional context
N/A

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature request New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant