1. 28 Aug, 2019 3 commits
  2. 27 Aug, 2019 4 commits
    • Adam Procter's avatar
      clang-format comments: /src/ngraph/op (#3509) · cdfd67cd
      Adam Procter authored
      * New clang-format rules for src/ngraph/op/util
      
      * Restore root .clang-format
      
      * Remove redundant .clang-formats
      
      * Revert "Remove redundant .clang-formats"
      
      This reverts commit e158df1e507570b55348ce326fd7e8b4ae819f36.
      
      * Remove redundant .clang-formats
      
      * New clang-format rules for src/ngraph/op/fused
      
      * New clang-format rules for src/ngraph/op/experimental
      
      * New clang-format rules for src/ngraph/op/.
      cdfd67cd
    • Adam Procter's avatar
      clang-format comments: /src/ngraph/frontend (#3503) · afa062d5
      Adam Procter authored
      * New clang-format rules for src/ngraph/frontend
      
      * Remove now-redundant .clang-format
      afa062d5
    • Adam Procter's avatar
      Fix docstring in partial_shape.hpp (#3521) · 1221652c
      Adam Procter authored
      1221652c
    • 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
  3. 26 Aug, 2019 2 commits
    • Nagy Mostafa's avatar
      Graph Visualization of CompilerKernel (#3515) · a51c2e80
      Nagy Mostafa authored
      * Print CK info in visualizer
      
      * style-apply
      
      * Fix parameters printing
      
      *  Fixes
      
      * typo
      a51c2e80
    • Diego Caballero's avatar
      [MLIR] Disable three more tests with MLIR enabled. (#3496) · 1683e200
      Diego Caballero authored
      * [MLIR] Bump MLIR repo 8/20/2019
      
      MLIR_
      commit 0cdb20a6add19bc96c20dad28589a1e54e4d8469
      Author: Lei Zhang <antiagainst@google.com>
      Date:   Tue Aug 20 13:33:41 2019 -0700
      
          Add spv.specConstant and spv._reference_of
      
      LLVM:
      commit 3b9a27b6908040881dad394022f8c472c15c0784
      Author: Simon Pilgrim <llvm-dev@redking.me.uk>
      Date:   Tue Aug 20 17:54:37 2019 +0000
      
          Fix typo in comment. NFCI.
      
      * [MLIR] Disable three more tests with MLIR enabled.
      
      This PR disables validate_fuse_gru_inputs, reshape_layout_optimizations4
      and reshape_layout_optimizations5:
        1. trivial_in_place_relu_fail: It checks tensors pool offset. There is
           no memory pool in MLIR atm.
        2. validate_fuse_gru_inputs: It creates an infinite cycle in
           MLIR subgraph extraction pass (under investigation).
        3. reshape_layout_optimizations4/5: They fail due to CompiledKernel
           being not expected by CPULayout pass.
      
      * Disable cpu_quant_fusion.qconcat
      1683e200
  4. 23 Aug, 2019 2 commits
    • Diego Caballero's avatar
      [mlir] Bump mlir repo 8/20/2019 (#3493) · 4fddf5ad
      Diego Caballero authored
      * [MLIR] Bump MLIR repo 8/20/2019
      
      MLIR_
      commit 0cdb20a6add19bc96c20dad28589a1e54e4d8469
      Author: Lei Zhang <antiagainst@google.com>
      Date:   Tue Aug 20 13:33:41 2019 -0700
      
          Add spv.specConstant and spv._reference_of
      
      LLVM:
      commit 3b9a27b6908040881dad394022f8c472c15c0784
      Author: Simon Pilgrim <llvm-dev@redking.me.uk>
      Date:   Tue Aug 20 17:54:37 2019 +0000
      
          Fix typo in comment. NFCI.
      
      * Address Bob's feedback
      4fddf5ad
    • Nishant Patel's avatar
      Segregate the quant builders op wise (#3501) · f3b9389c
      Nishant Patel authored
      * Segregate builders op wise
      
      * Style
      
      * Update ngraph.hpp
      f3b9389c
  5. 22 Aug, 2019 20 commits
  6. 21 Aug, 2019 9 commits