Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

stream has to be keyword-only argument in to_device method #1965

Copy link
Copy link
@antonwolfy

Description

@antonwolfy
Issue body actions

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.

Reactions are currently unavailable

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      Morty Proxy This is a proxified and sanitized view of the page, visit original site.