Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Softmax MKLDNN FLUID operator #9214

Merged

Commits on Mar 21, 2018

  1. - Softmax MKLDNN primitive integration

    removed diagnostic
    
    - Added Unit tests for Softmax MKLDNN Forward
    
    Added fix for div by 0 to happen in cross_entropy backward
    
    Conflicts:
    	paddle/fluid/operators/CMakeLists.txt
    
    - Cosmetic fixes to SoftMax MKLDNN fluid operator
    
    Added misssing softmax fluid operator file
    
    Disabled MKLDNN softmax operator by default
    
    Fix to softmax op unittest merge
    
    clang_formater fixes
    
    clang_formatter fixes
    
    - Name changing of softmax mkldnn operator to maintin consistency
      across codebase
    
    - updated comment
    
    fix to comment
    jczaja committed Mar 21, 2018
    Configuration menu
    Copy the full SHA
    3b95b55 View commit details
    Browse the repository at this point in the history