tree: 8292df7aec220c2167edab78f0d6d7db07b71bfe [path history] [tgz]
  1. Check/
  2. HAL/
  3. IO/
  4. BUILD.bazel
  5. CMakeLists.txt
  6. README.md
compiler/src/iree/compiler/Modules/README.md

The dialects in this directory model the runtime modules in iree/modules/. For each function in the runtime module, there should be a corresponding op that maps 1:1 with it.

TODO(silvasean): Move the iree/modules/*/dialect directories into here.

The HAL module is an exception to this, due to its central importance in the IREE compiler flow.