tree: 98df6b2c2160ae29e38aab63fa9099b62d21a704 [path history] [tgz]
  1. python/
  2. test/
  3. BUILD
  4. CMakeLists.txt
  5. Compiler.cpp
  6. Compiler.h
  7. Lld.cpp
  8. README.md
  9. Tools.cpp
  10. Tools.h
compiler/src/iree/compiler/API/README.md

IREE Compiler Backend

This is a top-level project for building public facing API packages that combine all dependent MLIR-based projects along with IREE's compiler backend API.

It exports artifacts:

  • iree-compiler-backend Python wheel and source distributions, providing the iree.compiler_backend Python packages.
  • Compiler C-API source and binary tarballs (future), with some CLI tools.