Update README.md

Links were broken
pull/148/head
stephenneuendorffer 2021-01-26 09:52:46 -08:00 committed by GitHub
parent 72f785c4b2
commit 142de3bab3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -27,8 +27,8 @@ The compiler is separated into:
* [Frontend importer](python/npcomp/compiler/frontend.py): Translates from
various AST levels to corresponding MLIR dialects.
* Frontend compiler: MLIR passes and conversions, mostly operating on the
[basicpy](include/Dialect/Basicpy/IR/BasicpyOps.td) and
[numpy](include/Dialect/Numpy/IR/NumpyOps.td) dialects.
[basicpy](include/npcomp/Dialect/Basicpy/IR/BasicpyOps.td) and
[numpy](include/npcomp/Dialect/Numpy/IR/NumpyOps.td) dialects.
* Backend compiler and runtime: Some effort has been taken to make this
pluggable, but right now, only the [IREE Backend](python/npcomp/compiler/backend/iree.py)
exists. There is in-tree work to also build a minimal reference backend