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] Disable fallback in cudf.pandas on request #15724

Closed
vyasr opened this issue May 10, 2024 · 1 comment
Closed

[FEA] Disable fallback in cudf.pandas on request #15724

vyasr opened this issue May 10, 2024 · 1 comment
Labels
feature request New feature or request

Comments

@vyasr
Copy link
Contributor

vyasr commented May 10, 2024

Is your feature request related to a problem? Please describe.
cudf.pandas currently falls back to pandas whenever an operation cannot be run on the GPU. The profiler is the typical approach for users to determine when this fallback happens. For developers, however, it will be useful to see fallback more immediately so that we can start patching differences between the libraries.

Describe the solution you'd like
We should add a mode in cudf.pandas to disable fallback to host and replace it with an error. Depending on the specifics of an investigation, we may want to disable fallback only in certain cases, for instance only when OOMs occur.

@vyasr
Copy link
Contributor Author

vyasr commented May 22, 2024

I'm going to close this in favor of tracking on #14975.

@vyasr vyasr closed this as completed May 22, 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
Projects
Status: Done
Development

No branches or pull requests

2 participants
@vyasr and others