1. 08 Mar, 2018 3 commits
  2. 07 Mar, 2018 4 commits
    • Pruthvi's avatar
      bn fprop mkldnn optimized implementation (#581) · 9db548c6
      Pruthvi authored
      * - Added support optimized bn mkldnn implementation in cpu emitter
      - modified bn unit_test to support new implementation
      - added layout assignment for bn op
      - Style Fix
      
      (cherry picked from commit 7747a40806d62c126059d5c873adcd2e61a0adb0)
      
      * modified value initilization in cpu_fusion to be float explicit
      
      (cherry picked from commit 03499d380073d0197ab8cbd154eb03f63b042a48)
      
      * fix compilation issue
      
      * Addressed PR comments
      - added exception if gamma and beta layout isnot equal to memory::format::x
      - throw exception if bn Op is not mkldnn op
      
      * fix compilation issue
      
      * added support to handle multiple o/ps in fprop bn fusion
      
      * - Removed laytout pass for bn
      - fixed autodiff bug in bn
      - added "Add" for the dispatcher in cpu-layout pass
      
      * style fix
      
      * Fix bprop batchnorm test with get_output_elements
      
      * Style fix
      9db548c6
    • Scott Cyphers's avatar
      f2e6b48b
    • L.S. Cook's avatar
    • Jai Menon's avatar
      CPU: No-op elimination pass (#603) · 4b41aca2
      Jai Menon authored
      4b41aca2
  3. 06 Mar, 2018 7 commits
  4. 05 Mar, 2018 9 commits
  5. 04 Mar, 2018 1 commit
  6. 03 Mar, 2018 2 commits
  7. 02 Mar, 2018 14 commits