• 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
Name
Last commit
Last update
cmake Loading commit data...
contrib/docker Loading commit data...
doc Loading commit data...
maint Loading commit data...
src Loading commit data...
test Loading commit data...
third-party Loading commit data...
.clang-format Loading commit data...
.gitignore Loading commit data...
CMakeLists.txt Loading commit data...
INSTALL Loading commit data...
LICENSE Loading commit data...
README.md Loading commit data...
changes.md Loading commit data...