mirror of https://github.com/llvm/torch-mlir
2bb5f4d8fe
Summary of changes: - Updated emitAccessorPrefix since the default value has changed (https://reviews.llvm.org/D133179) - Updated RefineTypes pass since Lattice::isUninitialized() is removed (https://reviews.llvm.org/D132800) - Updated MHLO tag so that it builds with the updated LLVM tag - Disabled two tests that cause segfaults in the TOSA backend (see Issue #1361) |
||
---|---|---|
.. | ||
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.