tree: 974139632276cc5b204bce4e88fc727b868689da [path history] [tgz]
  1. test/
  2. BUILD.bazel
  3. CMakeLists.txt
  4. JitGlobals.cpp
  5. Passes.cpp
  6. Passes.h
  7. Passes.td
  8. README.md
  9. Runtime.cpp
  10. Runtime.h
compiler/src/iree/compiler/ConstEval/README.md

JitEval

This directory contains compiler-in-compiler JIT evaluation tools for cases where we want to delegate some portion of compilation to the compiler and runtime itself. As this is a relatively fragile layering which depends on ~everything, these capabilities are isolated to this directory and they must be configured to be used from top-level drivers in a way that is isolated and optional from the perspective of the rest of the compiler.