torch-mlir/include/npcomp/Conversion
mikeurbach 0f6a65a1c5
Enable building using LLVM_EXTERNAL_PROJECTS. (#152)
This allows building NPCOMP as an external project of LLVM, similar to
how CIRCT can be built: https://github.com/llvm/circt/pull/227.

The CMake options to use this build style look like this:

```
  -DLLVM_EXTERNAL_PROJECTS=npcomp \
  -DLLVM_EXTERNAL_NPCOMP_SOURCE_DIR=/path/to/mlir-npcomp \
```
2021-01-26 11:43:43 -07:00
..
ATenToTCF Add aten.maximum op and conversions from aten->tcf. 2020-11-04 17:20:54 -08:00
BasicpyToStd Sever C++ level depend on IREE and rebase on exe and python interface. 2020-11-16 21:32:56 -08:00
NumpyToTCF Add NumpyToTCF conversion. 2020-07-08 21:03:57 -07:00
TCFToLinalg Make some passes run on FuncOp so they can run in parallel. 2020-11-13 16:12:18 -08:00
TCFToStd Make some passes run on FuncOp so they can run in parallel. 2020-11-13 16:12:18 -08:00
TCFToTCP Make some passes run on FuncOp so they can run in parallel. 2020-11-13 16:12:18 -08:00
CMakeLists.txt Enable building using LLVM_EXTERNAL_PROJECTS. (#152) 2021-01-26 11:43:43 -07:00
Passes.h Bump submodule versions. 2020-09-08 13:26:42 -07:00
Passes.td Sever C++ level depend on IREE and rebase on exe and python interface. 2020-11-16 21:32:56 -08:00