Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
superlopuh
4 months ago
|
parent
|
context
|
favorite
| on:
Why SSA?
In MLIR, there are two representations of memory, `tensor` and `memref`, which enables you to do some high-level things[0] in SSA before "bufferizing" to memrefs, which are eventually lowered to LLVM pointers.
[0]:
https://mlir.llvm.org/docs/Dialects/TensorOps/
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search:
[0]: https://mlir.llvm.org/docs/Dialects/TensorOps/