From af7f42fd93510d6d353e5013000b8a6ccfd90017 Mon Sep 17 00:00:00 2001 From: Yi Zhang Date: Mon, 7 Mar 2022 11:35:29 -0500 Subject: [PATCH] Add a README.md to torch-mlir-dialects --- .../torch-mlir-dialects/README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 external/llvm-external-projects/torch-mlir-dialects/README.md diff --git a/external/llvm-external-projects/torch-mlir-dialects/README.md b/external/llvm-external-projects/torch-mlir-dialects/README.md new file mode 100644 index 000000000..1a3caaa2c --- /dev/null +++ b/external/llvm-external-projects/torch-mlir-dialects/README.md @@ -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.