tree: c59ef99ed61f7da1c1bafffbf19307036b208109 [path history] [tgz]
  1. build_tools/
  2. packaging/
  3. pyiree/
  4. BUILD
  5. build_defs.oss.bzl
  6. CMakeLists.txt
  7. 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.