1. 19 Jul, 2019 1 commit
  2. 18 Jul, 2019 2 commits
    • Adam Procter's avatar
      [MLIR] Concat (#3225) · c5b976c8
      Adam Procter authored
      * WIP
      
      * All but two unit tests passing
      
      * Explanatory comment
      
      * Cleanup
      
      * A bit of cleanup stemming from review comments
      
      * Rewrite to use LoopNestBuilder
      
      * Remove unnecessary check from CompiledKernel
      
      * Removed some dead-ish code I missed
      
      * Switch to camelCase in lowerer.cpp
      
      * Fix assignment of resIndexHandles that was triggering an assert
      
      * Add in some safety checks
      
      * dyn_cast -> cast
      c5b976c8
    • Scott Cyphers's avatar
      2c41d422
  3. 17 Jul, 2019 12 commits
  4. 16 Jul, 2019 10 commits
  5. 15 Jul, 2019 7 commits
  6. 13 Jul, 2019 2 commits
    • Scott Cyphers's avatar
      Fix compiler warning (#3222) · 3f6cda4c
      Scott Cyphers authored
      3f6cda4c
    • Scott Cyphers's avatar
      Cyphers/topmaster (#3199) · c488f12b
      Scott Cyphers authored
      * Stabilize node sorting and fix some bugs.
      
      * Review comments
      
      * Fix broken tests
      
      * Implement traverse nodes with pointers
      
      * Let sort gather nodes for get_ordered_ops
      
      * Use stacks for stacks
      
      * Keep control deps ordered
      
      * Optimize subgraph sort
      
      * Add unordered map over function ops
      
      * Don't recheck children
      
      * Use vectors in stacks, avoid std::list::size()
      c488f12b
  7. 12 Jul, 2019 6 commits