mirror of https://github.com/llvm/torch-mlir
parent
72f785c4b2
commit
142de3bab3
|
@ -27,8 +27,8 @@ The compiler is separated into:
|
||||||
* [Frontend importer](python/npcomp/compiler/frontend.py): Translates from
|
* [Frontend importer](python/npcomp/compiler/frontend.py): Translates from
|
||||||
various AST levels to corresponding MLIR dialects.
|
various AST levels to corresponding MLIR dialects.
|
||||||
* Frontend compiler: MLIR passes and conversions, mostly operating on the
|
* Frontend compiler: MLIR passes and conversions, mostly operating on the
|
||||||
[basicpy](include/Dialect/Basicpy/IR/BasicpyOps.td) and
|
[basicpy](include/npcomp/Dialect/Basicpy/IR/BasicpyOps.td) and
|
||||||
[numpy](include/Dialect/Numpy/IR/NumpyOps.td) dialects.
|
[numpy](include/npcomp/Dialect/Numpy/IR/NumpyOps.td) dialects.
|
||||||
* Backend compiler and runtime: Some effort has been taken to make this
|
* 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)
|
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
|
exists. There is in-tree work to also build a minimal reference backend
|
||||||
|
|
Loading…
Reference in New Issue