Skip to content

GridSearchCV & RandomizedSearchCV GPU support #2406

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

Open
napetrov opened this issue Apr 6, 2025 · 0 comments
Open

GridSearchCV & RandomizedSearchCV GPU support #2406

napetrov opened this issue Apr 6, 2025 · 0 comments
Labels
enhancement New feature or request

Comments

@napetrov
Copy link
Contributor

napetrov commented Apr 6, 2025

Discussed in #2350

Originally posted by idkSeth March 8, 2025
In order to offload to GPU, input data needs to be passed as dpctl.tensor.usm_ndarray as per the guide.

GridSearchCV and RandomizedSearchCV is not patched and when trying to use them with the input data as dpctl.tensor.usm_ndarray, an indexing error is raised.

Can searching be patched to allow for hyper-parameter searching on GPU/CPU with usm_ndarray?

@napetrov napetrov added the enhancement New feature or request label Apr 6, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant