tree: aed965f8770cac3b369fcbc6128536a13bf8ee41 [path history] [tgz]
  1. build_tools/
  2. include/
  3. lib/
  4. python/
  5. unittests/
  6. .gitignore
  7. BUILD.bazel
  8. CMakeLists.txt
  9. pyproject.toml
  10. README.md
  11. setup.py
llvm-external-projects/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.