torch-mlir/external/iree-dialects
Sean Silva 1dec561cfd Update llvm-project to 830c0b9023cd0cf91955900e0d96283e7a8c3711
- builder.getSymbolRefAttr is gone.
- OpAsmOpInterface's getAsmResultNames method needs explicit override
- a bunch of churn for builtin.func needing to be made explicit (and
  sometimes implicit?)
- operation printers no longer need to print the operation name
  themselves.
- snuck in beneficial trivial addition to TmpDeleteDeadIREEListsPass to
  test a particular upstream change e2e with my local patchset.
2021-09-03 14:16:38 -07:00
..
build_tools Update iree-dialects to IREE 7d9e4909f5524e275726b2754d3ad050818d56ae 2021-09-03 14:16:38 -07:00
include Update llvm-project to 830c0b9023cd0cf91955900e0d96283e7a8c3711 2021-09-03 14:16:38 -07:00
lib Update iree-dialects to IREE 7d9e4909f5524e275726b2754d3ad050818d56ae 2021-09-03 14:16:38 -07:00
python Initial import of iree-dialects. 2021-08-11 13:00:04 -07:00
test Initial import of iree-dialects. 2021-08-11 13:00:04 -07:00
.gitignore Initial import of iree-dialects. 2021-08-11 13:00:04 -07:00
BUILD Update iree-dialects to IREE 7d9e4909f5524e275726b2754d3ad050818d56ae 2021-09-03 14:16:38 -07:00
CMakeLists.txt Initial import of iree-dialects. 2021-08-11 13:00:04 -07:00
README.md Initial import of iree-dialects. 2021-08-11 13:00:04 -07:00

README.md

IREE Dialects Project

Sources for IREE's public dialects (containing ops/types/attributes that are unique to IREE and can appear in compiler inputs).

This project is intended to be used via LLVM's external projects setup:

  • -DLLVM_EXTERNAL_PROJECTS=iree-dialects
  • -DLLVM_EXTERNAL_IREE_DIALECTS_SOURCE_DIR={this_directory}

It depends on the mlir project.