Skip to content

Commit

Permalink
MAINT: following #1936 for sklearnex/_device_offload.py (#2137)
Browse files Browse the repository at this point in the history
  • Loading branch information
samir-nasibli authored Nov 4, 2024
1 parent 08656de commit e473fd5
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions sklearnex/_device_offload.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,9 @@

from functools import wraps

from onedal._device_offload import (
_copy_to_usm,
_get_global_queue,
_transfer_to_host,
dpnp_available,
)
from onedal._device_offload import _copy_to_usm, _get_global_queue, _transfer_to_host
from onedal.utils._array_api import _asarray
from onedal.utils._dpep_helpers import dpnp_available

if dpnp_available:
import dpnp
Expand Down

0 comments on commit e473fd5

Please sign in to comment.