Skip to content

Feature request: implement array_api linalg support for dpctl tensors #1715

Open
@icfaust

Description

@icfaust

dpctl tensors implement most of the array_api standard except for the linalg package as shown by this deselection file: https://github.com/IntelPython/dpctl/blob/master/.github/workflows/array-api-skips.txt

This causes issues in using dpctl tensors with scikit-learn, an example being with PCA which requires the linalg.svd method. Would it be possible to implement these functions as per the array api specification in dpctl (https://data-apis.org/array-api/2023.12/extensions/linear_algebra_functions.html)?

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions