Skip to content

Address several outstanding LinAlg open items#250

Open
jenatali wants to merge 1 commit into
microsoft:masterfrom
jenatali:linalg-updates
Open

Address several outstanding LinAlg open items#250
jenatali wants to merge 1 commit into
microsoft:masterfrom
jenatali:linalg-updates

Conversation

@jenatali

Copy link
Copy Markdown
Member

Addresses outstanding issues:

Additional issues heard offline but not filed as an issue: Customers like Vulkan's "show me everything" model, so in addition to the "does this work" question at the API, I've added a full table enumeration API and DDI. The driver may choose to just expose the table to the runtime, and the runtime can search it to answer the more granular support queries, or the driver may choose to expose both kinds of queries. This can make sense if the number of natively supported cases is large (e.g. WARP with SSE2 through AVX512 will produce a very large table, but answering support questions is easy).

The DDI is explicitly documented since it's less obvious how closely it'll map exactly to the API.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants