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] Expose stream-ordered APIs in pylibcudf #15163

Open
vyasr opened this issue Feb 27, 2024 · 0 comments
Open

[FEA] Expose stream-ordered APIs in pylibcudf #15163

vyasr opened this issue Feb 27, 2024 · 0 comments
Assignees
Labels
feature request New feature or request pylibcudf Issues specific to the pylibcudf package

Comments

@vyasr
Copy link
Contributor

vyasr commented Feb 27, 2024

Is your feature request related to a problem? Please describe.
There is currently no way to run cuDF operations in a stream-ordered manner. Since cuDF is deeply tied to the pandas API, there are also limits to how much stream-ordering may be exposed in the public API. pylibcudf has no such restrictions and should allow complete control over streams.

Describe the solution you'd like
libcudf APIs are being incrementally modified to support stream-ordering. Once #13744 is complete, pylibcudf should expose the same functionality in its APIs.

Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.

Additional context
#13087 and #13509 are examples of where stream-ordered Python APIs could be useful.

@vyasr vyasr added the feature request New feature or request label Feb 27, 2024
@vyasr vyasr added the pylibcudf Issues specific to the pylibcudf package label May 28, 2024
@Matt711 Matt711 self-assigned this Oct 2, 2024
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 pylibcudf Issues specific to the pylibcudf package
Projects
Status: Functionality
Development

No branches or pull requests

2 participants