1. 21 Sep, 2018 3 commits
  2. 20 Sep, 2018 9 commits
  3. 19 Sep, 2018 8 commits
  4. 18 Sep, 2018 8 commits
  5. 17 Sep, 2018 5 commits
  6. 15 Sep, 2018 5 commits
  7. 14 Sep, 2018 2 commits
    • Chris Sullivan's avatar
      GPU logical reshape pass-through (#1534) · 5d8687d0
      Chris Sullivan authored
      * Add Reshape passthrough when reshape is logical only.
      
      * Move address conditional to RT in case reference is different but both pointer values are the same.
      
      * Add exclusion to common function collection pass so that tensor name check
      is applied during emission for ops that pass inputs through.
      
      * Add propagate_in_place_input/output to handle
      propagating inputs and outputs through the non-destructive ops in the graph.
      
      * Remove references to direct execution.
      
      * Remove checks for in-place transpose.
      
      * Formatting.
      5d8687d0
    • Robert Kimball's avatar
      Remove heap allocations during execution (#1583) · 9a924c17
      Robert Kimball authored
      * elementwise updated
      
      * add support for constructing any order arg list
      
      * add comment for using node_names
      
      * use array instead of vector for args/output
      
      * fix per review comment
      
      * remove dead code
      9a924c17