1. 12 Jul, 2019 2 commits
  2. 11 Jul, 2019 6 commits
    • Robert Kimball's avatar
      a3fceea5
    • 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
    • andreykhaykin's avatar
      Tracer of real data in ngraph-CPU for debug purpose (#3099) · 4b009f09
      andreykhaykin authored
      * new debugger to trace real tensors in each kernel
      
      * update after style-apply
      
      * add unit test to debugger
      
      * after style-apply
      
      * templatize data + fixed issues from PR
      
      * solve conflict
      
      * change names of env flags + fixed typo + pass unit-test
      
      * add different types to dump, change arch of debug class, add support to allow debug to be set programmatically (all requested changed fixed)
      
      * add curly braces to single-line blocks
      
      * fix shadow names + add int32 for dump + fix for names with coding standarts of ngraph
      
      * fix names of member variables + delete some constructors
      
      * try to find issue with CI, do not merge!
      
      * fix one issue with CI
      
      * fix style-apply
      4b009f09
    • Nagy Mostafa's avatar
      [MLIR] Support MLIR lowering of Relu (#3197) · d1af0bb7
      Nagy Mostafa authored
      * Support MLIR lowering of Relu
      
      * Use EDSC comparison
      
      * style-apply
      
      * Use .inc file for Conversion classes list
      
      * Disable i32 Relu for plaidml
      d1af0bb7
    • Rob Earhart's avatar
      Use libc++ for macOS core python wheel (#3177) · a655e1cc
      Rob Earhart authored
      * Use libc++ for macOS core python wheel
      
      * numpy version
      a655e1cc
    • Adam Procter's avatar
      Enable ConstantFolding for Product, Reverse; add a couple of dynamic tests (#3187) · 0611ae23
      Adam Procter authored
      * Add a few more toy dynamic examples
      
      * Enable constant folding for Reverse; enable reverse_shape test
      
      * Add constant folding for Product, and enable two more tests
      0611ae23
  3. 10 Jul, 2019 9 commits
  4. 09 Jul, 2019 16 commits
  5. 08 Jul, 2019 5 commits
  6. 06 Jul, 2019 2 commits