We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
stream
to_device
According to python array API notation:
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.