-
Notifications
You must be signed in to change notification settings - Fork 119
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
[Tracking] Glossary Words Thread #183
Comments
I can't edit your comment, but the source for that glossary page is here: https://github.com/llvm/mlir-www/blob/main/website/content/getting_started/Glossary.md |
Good ones to probably add: constEval |
good source of glossary terms would probably be pass names |
ok I had a matching intuition for what it did but didnt know that acronym XD |
Not sure if there is an upstream MLIR version of this, but IREE's is documented here: https://iree.dev/reference/optimization-options/#constant-evaluation-iree-opt-const-eval-on
We had a few docs/discussions about signedness / types downstream in IREE: iree-org/iree#5223, iree-org/iree#7108 |
This seems like a downstream rather than MLIR question. E.g., IREE has one place where it goes to signless, others may have different ones. Its not general to MLIR (and this website is general across all MLIR users). |
Please edit this comment to put in requests for terms to be explained in the MLIR glossary at https://mlir.llvm.org/getting_started/Glossary/
(source: : https://github.com/llvm/mlir-www/blob/main/website/content/getting_started/Glossary.md )
The text was updated successfully, but these errors were encountered: