From 6cc38f1e08ff3c01d244c5394b835b69f798453d Mon Sep 17 00:00:00 2001 From: Stella Laurenzo Date: Wed, 29 Apr 2020 16:11:18 -0700 Subject: [PATCH] Update readme --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index c94132e33..cc0c3a824 100644 --- a/README.md +++ b/README.md @@ -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