Skip to content

What happened to the XPU backend? #24483

Answered by hawkinsp
dionhaefner asked this question in Q&A
Discussion options

You must be logged in to vote

We've never had an in-tree XPU backend.

We added checking code that means you can't register lowering rules for backends we've never heard of. If you have the XPU plugin installed, then we should allow such rules to be registered. You could also add xpu here

_experimental_plugins: set[str] = {"METAL"}
so we allow it even if there's no such plugin installed.

The goal of the check is mostly to catch typos, not to forbid new backends.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@dionhaefner
Comment options

Answer selected by dionhaefner
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants