1. 10 Jun, 2019 1 commit
  2. 03 Jun, 2019 1 commit
  3. 02 Jun, 2019 7 commits
  4. 15 May, 2019 1 commit
  5. 03 Jan, 2019 1 commit
  6. 29 Aug, 2018 1 commit
  7. 10 Apr, 2018 1 commit
    • Nick Korovaiko's avatar
      Zero Dimension Tensor Elimination (#617) · 2d75f665
      Nick Korovaiko authored
      *  zero dimension tensor elimination init
      
      * more ops + refactor + tests
      
      * revert pattern.cpp
      
      * add internal zero-length test
      
      * address Scott's feedback
      
      * fix comp errors
      
      * proper static init
      
      * get rid of unique-ptr
      
      * refactor hashmap into virtual get_default_values on op classes
      
      * fix formatting
      2d75f665
  8. 09 Mar, 2018 1 commit
    • Nick Korovaiko's avatar
      Eliminate redundant copies due to op::Result (#612) · 4fc1a478
      Nick Korovaiko authored
      * removing extra copies due to op::Result
      
      * remove comment
      
      * fix comment
      
      * switch to a flag version
      
      * add copyright header #pragma once
      
      * add impl file, rename result_elimination.hpp to result_copy_elimination.hpp to match the opt name
      
      * add cpp suffix to result_copy_elimination
      
      * use member in-class member init
      4fc1a478
  9. 08 Feb, 2018 1 commit
  10. 12 Oct, 2017 1 commit
  11. 06 Oct, 2017 2 commits
  12. 04 Oct, 2017 1 commit
  13. 20 Sep, 2017 1 commit
  14. 19 Sep, 2017 1 commit
  15. 16 Sep, 2017 1 commit
    • Bob Kimball's avatar
      add liveness pass · d3f3bb1b
      Bob Kimball authored
      add naming of tensors and tensor views
      add visualization pass
      add graph dump pass
      d3f3bb1b
  16. 13 Sep, 2017 1 commit
  17. 10 Sep, 2017 1 commit
    • Robert Kimball's avatar
      add pass skeletons · ae48ed32
      Robert Kimball authored
      add test framework
      
      stuff wired up
      
      benchmark segfault for 5M nodes. fun
      
      make traverse_nodes not recursive
      
      print timings on benchmark
      
      unit test for pass manager
      ae48ed32
  18. 08 Sep, 2017 1 commit
    • Scott Cyphers's avatar
      Add input/output tensor information to nodes. · 7a00e125
      Scott Cyphers authored
      All tuples are expanded out to their component tensors.
      
      Output: Describes one tensor output of an node
      Input: Described one tensor input to a node, including the output supplying the value.
      7a00e125
  19. 22 Aug, 2017 1 commit
  20. 16 Aug, 2017 2 commits
  21. 08 Aug, 2017 1 commit
  22. 25 Jul, 2017 1 commit