Skip to content

Feature request: add NotImplementedError dpctl.tensor.linalg module #2124

@icfaust

Description

@icfaust

The dpctl package exposes the __array_namespace__ and nearly implements the full array API standard, however, it specifically skips the conformance tests related to linalg: https://github.com/IntelPython/dpctl/blob/master/.github/workflows/array-api-skips.txt . The module is non existent, so attempts to use it lead to AttributeErrors. Ideally they should be masked with NotImplementedError giving an informative reason why, and makes interfacing and understanding issues with array API support simpler.

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