Add a README.md to torch-mlir-dialects

pull/646/head snapshot-20220307.310
Yi Zhang 2022-03-07 11:35:29 -05:00
parent e57d3f9774
commit af7f42fd93
1 changed files with 11 additions and 0 deletions

View File

@ -0,0 +1,11 @@
# 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.