mirror of https://github.com/llvm/torch-mlir
b0f8572111
Summary of changes: - Update tags llvm: 3abae1c88416858cf2e9a7ed9417bc52033933b4 mhlo: 70ebc73a28767b772e09e0dd03cf3e47457435a2 - Replace uses of `getDynOperands` utility with `createDynamicDimensions`. 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.