tree: 4d0698a1d066af25e8f93c34216105308c3ef480
  1. Check/
  2. HAL/
  3. BUILD.bazel
  4. CMakeLists.txt
  5. 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.