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

[Tracking] Glossary Words Thread #183

Open
2 of 7 tasks
renxida opened this issue Mar 26, 2024 · 6 comments
Open
2 of 7 tasks

[Tracking] Glossary Words Thread #183

renxida opened this issue Mar 26, 2024 · 6 comments

Comments

@renxida
Copy link
Contributor

renxida commented Mar 26, 2024

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 )

@ScottTodd
Copy link
Member

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

@dan-garvey
Copy link

Good ones to probably add:

constEval
DCE (dead code elimination)

@dan-garvey
Copy link

good source of glossary terms would probably be pass names

@dan-garvey
Copy link

  • CSE (common subexpression elimination)

ok I had a matching intuition for what it did but didnt know that acronym XD

@ScottTodd
Copy link
Member

constEval

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

Signedness (would love to know where in the pipeline do we stop dealing with signedness)

We had a few docs/discussions about signedness / types downstream in IREE: iree-org/iree#5223, iree-org/iree#7108

@jpienaar
Copy link
Member

jpienaar commented Apr 1, 2024

Signedness (would love to know where in the pipeline do we stop dealing with signedness)

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).

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

No branches or pull requests

4 participants