tree: 3d6bee7b62a8bb904372e496e9a21e2b43462c79 [path history] [tgz]
  1. build_tools/
  2. pyiree/
  3. BUILD
  4. build_defs.oss.bzl
  5. CMakeLists.txt
  6. README.md
bindings/python/README.md

IREE Python Sandbox

This directory contains various integration-oriented Python utilities that are not intended to be a public API. They are, however, useful for lower level compiler interop work. And of course, they are useful since we presently lack a real API :)

We're still untangling build support, jupyter integration, etc for OSS builds. Stand by.

Issues:

  • This is called pyiree vs iree to avoid pythonpath collisions that tend to arise when an iree directory is inside of an iree directory.
  • The above could be solved in the bazel build by making iree/bindings/python its own sub-workspace.
  • However, doing so presently breaks both flatbuffer and tablegen generation because of fixes needed to those build rules so that they are sub-worksapce aware.