Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Consider rebuilding our codegen framework using MLIR #1326

Open
thesamovar opened this issue Jul 12, 2021 · 0 comments
Open

Consider rebuilding our codegen framework using MLIR #1326

thesamovar opened this issue Jul 12, 2021 · 0 comments

Comments

@thesamovar
Copy link
Member

See https://mlir.llvm.org/

The documentation is a bit sparse at the moment, but take a look at some of the tutorials to get an idea.

Basically, it looks like it's about being a standard way to do translation between languages in a slightly more intelligent way than our templating approach. Might have a slightly higher initial overhead but once it was done we'd get a ton of options for free and wouldn't have to support every language/target hardware ourselves.

It still looks a little early days to be a good route right now, but I think we should keep the option open for the future.

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

No branches or pull requests

1 participant