Open
Description
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)?