According to python array API [notation](https://data-apis.org/array-api/latest/API_specification/generated/array_api.array.to_device.html): > array.to_device(device: device, /, *, stream: int | Any | None = None) → array but it is not followed by dpctl implementation, where: > def to_device(self, target_device, stream=None): Also it seems `stream` argument is not covered by any test in dpctl.