1. 26 Oct, 2018 7 commits
  2. 25 Oct, 2018 10 commits
  3. 24 Oct, 2018 12 commits
  4. 23 Oct, 2018 8 commits
  5. 22 Oct, 2018 3 commits
    • Nick Korovaiko's avatar
      faster topological sort (#1886) · 02affea5
      Nick Korovaiko authored
      02affea5
    • Adam Straw's avatar
      add support for Quantize round mode (#1859) · 51104813
      Adam Straw authored
      * added half_toward_zero; all previous tests passing
      
      * all rounding modes added with unit tests
      
      * fix cpu emitter
      
      * round mode doc
      
      * round out round modes
      
      * doc typo
      
      * using  names for round modes
      
      * use ceil/floor for rounding functions instead of round/nearbyint
      
      * clean up doc
      
      * equidistant
      51104813
    • Jayaram Bobba's avatar
      IAT: Collapse dimensions around arithmetic reduction operations (#1763) · e765956a
      Jayaram Bobba authored
      * Collapse dimensions for arithmetic reduction ops to support faster kernels
      
      * Propagate in-place constants and allow in-place reshapes for more cases
      
      * style fix
      
      * Additional checks for parameter and constant to help backends that dont propagate in-place parameter and constant inputs
      
      * Allow non-destructive pass through onlyu if memory sharing is disabled
      
      * Address PR feedback
      
      * Bug fix for collapse dimensions in case of null reduction
      e765956a