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
This PR proposes to move the file `_compute_follows_data.pyx` from
`dpctl.utils` to `dpnp.tensor` as part of the migration of
`dpctl.tensor` to `dpnp.tensor`
### Changes
>- **Moved file**: `dpctl/utils/_compute_follows_data.pyx` →
`dpnp/tensor/_compute_follows_data.pyx`
>- **Exports** (now available from `dpnp.tensor`):
>>- `ExecutionPlacementError` - exception for execution placement errors
>>- `get_execution_queue()` - determine execution queue from input
arrays
>>- `get_coerced_usm_type()` - determine output USM type for
compute-follows-data
>>- `validate_usm_type()` - validate USM type specifications
0 commit comments