mirror of https://github.com/llvm/torch-mlir
Add design note links to README.
parent
e845db8a20
commit
4ad485e582
|
@ -3,6 +3,13 @@
|
||||||
This is a research prototype of MLIR dialects for representing
|
This is a research prototype of MLIR dialects for representing
|
||||||
numpy programs, and a set of reference tracing/compiler tools.
|
numpy programs, and a set of reference tracing/compiler tools.
|
||||||
|
|
||||||
|
## Design Notes
|
||||||
|
|
||||||
|
As I work through things, I've been jotting down some design notes:
|
||||||
|
|
||||||
|
* [Type Extraction - April 15, 2020](https://gist.github.com/stellaraccident/ec1ab0f633cfca0a05866fd77705b4e4)
|
||||||
|
* [Ufunc modeling Part 1 - April 29, 2020](https://gist.github.com/stellaraccident/4fcd2a24a66b6588f92b22b2b8ab974f)
|
||||||
|
|
||||||
## Quick start
|
## Quick start
|
||||||
|
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in New Issue