• Diego Caballero's avatar
    [MLIR] Introduce flag -print-ngraph-ir-after-all. (#3457) · b71f2462
    Diego Caballero authored
    This PR is a stepping stone towards unifying nGraph MLIRCompiler printing
    flags with those used in MLIR. It enables flag -print-ir-after-all
    implemented in MLIR pass manager and adds flag -print-ngraph-ir-after-all
    to MLIRCompiler so that we can use it to dump IR for those transformations
    that we do directly in MLIRCompiler without using a proper pass. Eventually,
    everything should be working as a pass and the nGraph variant of the
    flag shouldn't be needed. NGRAPH_MLIR_DUMP_ALL macro is no longer
    needed.
    b71f2462
Name
Last commit
Last update
.ci Loading commit data...
cmake Loading commit data...
contrib/docker Loading commit data...
doc Loading commit data...
licenses Loading commit data...
maint Loading commit data...
python Loading commit data...
src Loading commit data...
test Loading commit data...
.clang-format Loading commit data...
.gitattributes Loading commit data...
.gitignore Loading commit data...
.travis.yml Loading commit data...
ABOUT.md Loading commit data...
CMakeLists.txt Loading commit data...
CODEOWNERS Loading commit data...
CONTRIB.md Loading commit data...
LICENSE Loading commit data...
README.md Loading commit data...
VERSION.in Loading commit data...
changes.md Loading commit data...
ecosystem-overview.md Loading commit data...