Update readme

pull/1/head
Stella Laurenzo 2020-04-29 16:11:18 -07:00
parent 4ad485e582
commit 6cc38f1e08
1 changed files with 5 additions and 0 deletions

View File

@ -2,6 +2,11 @@
This is a research prototype of MLIR dialects for representing
numpy programs, and a set of reference tracing/compiler tools.
The primary purpose at this point is to establish a solid modeling
of restricted Python programs and Numpy based computations in MLIR.
While this project will provide some reference implementations to prove
the design, the intention is to align this with the broader set of
tools that exist at this level of abstraction.
## Design Notes