Add design note links to README.

pull/1/head
Stella Laurenzo 2020-04-29 10:55:35 -07:00
parent e845db8a20
commit 4ad485e582
1 changed files with 7 additions and 0 deletions

View File

@ -3,6 +3,13 @@
This is a research prototype of MLIR dialects for representing
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
```