torch-mlir/externals/llvm-external-projects/torch-mlir-dialects
Ashay Rane 9208bf0eb6
llvm: bump tag to e1318078 (#781)
The updated LLVM code includes a patch to create bfloat16 array
attributes, thus enabling a different patch to torch-mlir to flesh out
support for the bfloat16 type.
2022-04-26 12:27:51 -07:00
..
include llvm: bump tag to e1318078 (#781) 2022-04-26 12:27:51 -07:00
lib llvm: bump tag to e1318078 (#781) 2022-04-26 12:27:51 -07:00
test Fix out-of-tree build of torch-mlir-dialects (#726) 2022-04-04 11:37:28 +02:00
tools [NFC] Rename external -> externals (#699) 2022-03-26 09:12:27 -07:00
CMakeLists.txt Fix out-of-tree build of torch-mlir-dialects (#726) 2022-04-04 11:37:28 +02:00
README.md [NFC] Rename external -> externals (#699) 2022-03-26 09:12:27 -07:00

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.