1. 11 Dec, 2019 4 commits
    • Ivan Tikhonov's avatar
      TensorIterator: reshape support (#4038) · e786fcfe
      Ivan Tikhonov authored
      e786fcfe
    • Michał Karzyński's avatar
      Helper in Constant to allow casting values to a different type (#4000) · c8988ca9
      Michał Karzyński authored
      * Helper in Constant to allow casting values to a different type
      
      Simplify logic needed to extract values from a Constant node, when
      the expected data type is specified only as integral or floating point.
      
      * Review comment
      
      * Review comment
      Co-Authored-By: 's avatarTomasz Socha <tomasz.socha@intel.com>
      
      * Style apply
      c8988ca9
    • Robert Kimball's avatar
      Remove GOE from Adjoints class (#3973) · f803feb7
      Robert Kimball authored
      * Change generate_adjoints to take an OutputVector instead of a NodeVector for deltas.
      
      * Cleanup
      
      * Adjoints class convert to use Output<Node>
      
      * More cleanup
      
      * More cleanup
      
      * Post-merge build issues
      
      * Don't push initial bprops multiple times
      
      * Eliminate GOE correctly
      
      * back-compatibility, unit test
      f803feb7
    • Diego Caballero's avatar
      [MKLDNN] Emit dgemm for 2D DP FP Dot op (#3990) · fee3d1a7
      Diego Caballero authored
      * [MLIR] Update MLIR/LLVM repos
      
      * Move MLIR/LLVM repos forward
      
      This includes fix to affine fusion algorithm.
      
      * Fix issues after merge
      
      * Fix lit test
      
      * [MKLDNN] Emit dgemm for 2D DP FP Dot op
      
      Add support for emitting MKLDNN's double precision FP gemm from a 2D double
      precision floating point Dot operation.
      
      * Removed unnecessarily duplicated pattern
      
      * Add f64 matmul support to CPU Emitter + unit test
      
      * Add check for DP unsupported bias in cpu_fusion.cpp
      fee3d1a7
  2. 10 Dec, 2019 1 commit
  3. 09 Dec, 2019 3 commits
  4. 07 Dec, 2019 2 commits
  5. 06 Dec, 2019 11 commits
  6. 05 Dec, 2019 5 commits
  7. 04 Dec, 2019 7 commits
  8. 03 Dec, 2019 7 commits