Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

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: