Uh oh!
There was an error while loading. Please reload this page.
Move linear algebra APIs to an extension - #182
Conversation
asmeurer
commented
May 16, 2021
Did we decide to mirror the functions in the top-level namespace? |
rgommers
commented
May 16, 2021
I believe that was indeed the preferred option. Discussion at #149 (review) followed by a discussion in the May 6th call where people seemed happy with @kgryte's proposal as implemented in this PR. For others, it may help to capture how the PR in its current state is rendered. The API specification for the main namespace has these functions: Extensions is a separate section: And that section has all linear algebra functions in it (including the 5 in the main namespace, which are aliased). |
rgommers
commented
May 20, 2021
Let me merge this, since people are busy implementing this in at least PyTorch. If there are more comments, let's deal with those in a follow-up PR. |


This PR
linalgsub-namespace as an extension to the array API standard.Notes