tree: 6a75335ee2cd0d3291a163adeb962d885a6123f3 [path history] [tgz]
  1. build_tools/
  2. docs/
  3. include/
  4. lib/
  5. python/
  6. resources/
  7. test/
  8. tools/
  9. .clang-format
  10. .gitignore
  11. BUILD
  12. CMakeLists.txt
  13. README.md
integrations/tensorflow/iree-dialects/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.