You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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
andRandomizedSearchCV
is not patched and when trying to use them with the input data asdpctl.tensor.usm_ndarray
, an indexing error is raised.Can searching be patched to allow for hyper-parameter searching on GPU/CPU with
usm_ndarray
?The text was updated successfully, but these errors were encountered: