• Nagy Mostafa's avatar
    [MLIR] Add sub-graph extraction support (#3101) · f4b487a4
    Nagy Mostafa authored
    * Initial sub-graph extraction
    
    * Works without detaching input edges from sub-graph
    
    * Added removing input edges to graph
    
    * Works with whole func sub-graphs. Inputs edges to sub-graph are still there
    
    * Works on 2 exclusive sub-graphs. Still not on merged sub-graphs
    
    * Revert removing inputs to sub-graph. nGraph validation crashes
    
    * Added 3 sub-graph test. Remove compiled_kernel fusion pass. Comments
    
    * Revert some changes
    
    * Added cycle detection. Removed unit-tests to backend_mlir.in.cpp. Still not fully functional
    
    * Construct CK nodes after finding outputs to preserve the graph.
    
    * Fix topological sort. UTs pass.
    
    * Minor fixes
    
    * PR fixes
    
    * Enable mlir tests only when building with MLIR on
    f4b487a4
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...