1. 21 Feb, 2020 1 commit
    • Diego Caballero's avatar
      [MLIR] Update MLIR repo (#4335) · e5258c0a
      Diego Caballero authored
      * [MLIR] Update MLIR repo
      
      * Nagy's fix
      
      * Changes related to mlir-opt
      
      * Update MLIR commit
      
      * Update MLIR commit and callbacks.
      
      * Disable 'noalias' attribute.
      
      It will be re-introduced in a follow-up commit.
      
      * Remove '__mlir' prefix in callback test
      
      * Address feedback
      
      * Fix EDSC includes
      
      * Move MLIR repo forward
      
      * Update type converter code
      
      * Address feedback
      Co-authored-by: 's avatarAmy Zhuang <amyzhuang97@gmail.com>
      e5258c0a
  2. 21 Jan, 2020 1 commit
  3. 14 Jan, 2020 1 commit
    • Nagy Mostafa's avatar
      [MLIR] In-place memory optimization for elt-wise and concat ops. (#3832) · 6de4893b
      Nagy Mostafa authored
      * AliasMap WIP
      
      * Added liveness info
      
      * WIP
      
      * WIP: Tests
      
      * WIP: LIT tests
      
      * Added knobs for mem optimization pass. More LIT tests
      
      * Revert affine_lowerer change
      
      * More elaborate comment
      
      * Minor fixes
      
      * style-apply
      
      * Rename liveness
      
      * Switch to Analysis framework
      
      * Fix optimization conditions
      
      * Remove LIT test
      
      * style
      
      * Switch to equivalence relationship impl of non-alias relationship
      
      * refined comment
      
      * Switch non-alias to equivalence relationship
      
      * Fix bad merge
      
      * Adding tests. WIP
      
      * Added buffer size tracking and unit-tests
      
      * Added LIT and unit-tests
      
      * Turn optimization ON
      
      * style
      
      * fix unit-tests
      
      * Fix useCount
      
      * Fix copyright and typo
      
      * Refine few comments, remove new lines
      
      * style fix
      Co-authored-by: 's avatarScott Cyphers <diyessi@users.noreply.github.com>
      Co-authored-by: 's avatarSang Ik Lee <sang.ik.lee@intel.com>
      6de4893b