1. 21 3月, 2018 3 次提交
    • J
      - Softmax MKLDNN primitive integration · 3b95b55f
      Jacek Czaja 提交于
      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
      3b95b55f
    • Y
      Add an argument in Executor.Run to allow users to choose whether to create and... · 7bb4ea9c
      Yiqun Liu 提交于
      Add an argument in Executor.Run to allow users to choose whether to create and destroy variables every time. (#9242)
      
      7bb4ea9c
    • K
      inital commit · d60180af
      Kexin Zhao 提交于
      d60180af
  2. 20 3月, 2018 19 次提交
  3. 19 3月, 2018 11 次提交
  4. 18 3月, 2018 4 次提交
  5. 17 3月, 2018 3 次提交
    • K
      initial commit · 39c676e2
      Kexin Zhao 提交于
      39c676e2
    • X
      Fix compilation for gcc5.4 · ab3543e3
      xuwei06 提交于
      The error is:
      
      paddle/fluid/operators/math/concat.cc:47:72: error: invalid initialization of non-const reference of type 'paddle::platform::CPUPlace&' from an rvalue of type 'paddle::platform::CPUPlace'
         auto& cpu_place = boost::get<platform::CPUPlace>(context.GetPlace());
      
      Should not use reference for cpu_place.
      ab3543e3
    • K
      update · 8ebfc153
      Kexin Zhao 提交于
      8ebfc153