mirror of https://github.com/llvm/torch-mlir
6e947b0021
- Remove `useFoldAPI`. - Update tags llvm: b5bf6f6392a3408be1b7b7e036eb69358c5a2c29 mhlo: bb1ed5b47c036993b954e881cce7c7aab00f9962 Signed-Off By: Vivek Khandelwal <vivek@nod-labs.com> |
||
---|---|---|
.. | ||
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.