mirror of https://github.com/llvm/torch-mlir
747356186f
With llvm/llvm-project@112499f landed, `MLIR_TABLEGEN_EXE` is given as a cache variable in the MLIR core project. Other external projects, such as TORCH-MLIR, should not set the variable as this breaks cross-compilation. |
||
---|---|---|
.. | ||
include | ||
lib | ||
test | ||
tools | ||
CMakeLists.txt | ||
README.md |
README.md
Torch-MLIR Dialects Project
Sources for torch-mlir's public dialects (containing ops/types/attributes that are unique to Torch-MLIR at the moment)
This project is intended to be used via LLVM's external projects setup:
-DLLVM_EXTERNAL_PROJECTS=torch-mlir-dialects
-DLLVM_EXTERNAL_TORCH_MLIR_DIALECTS_SOURCE_DIR={this_directory}
It depends on the mlir
project.