1. 25 6月, 2018 1 次提交
    • W
      Retry rpc calls (#11651) · acfd177d
      Wu Yi 提交于
      * make deadline configurable
      
      * configurable deadline
      
      * update
      
      * fix grpc deadline exceeded
      acfd177d
  2. 21 6月, 2018 1 次提交
    • J
      - MKLDNN Softmax Grad Op · 98f3ad3b
      Jacek Czaja 提交于
      - Added hash function inside of MKLDNN softmax op to be used as handle for primitives stroing in a
      context
      
      - Style fixes to softmax mkldnn op
      
      - Fixes after review
      
      - Coding style
      
      - Fix to style
      
      - style fixes
      
      - style fix
      
      - style fixes
      
      - Fix to cody style check
      
      - Rephrasing a comment
      
      fix t obroken merge
      
      Fixes to rebase
      
      Conflicts:
      	benchmark/fluid/models/machine_translation.py
      	cmake/external/mkldnn.cmake
      	paddle/fluid/operators/softmax_mkldnn_op.cc
      
      - Bumped revision of MKL-DNN up to have softmax backward primitive
      
      - Added choosing MKLDNN softmax grad operator
      
      - First reuse of softmax backward
      
      - Reinvented reusing for softmax
      
      - Fix to crash in reinvented reuse
      
      - Clang format fixes
      
      - Clang format fixes
      
      - Improved softmax mkldnn reuse mechanism
      
      - clang format fixes
      
      - Fix to broken merge
      
      - Fix
      98f3ad3b
  3. 19 6月, 2018 1 次提交
  4. 15 6月, 2018 1 次提交
  5. 14 6月, 2018 1 次提交
  6. 12 6月, 2018 1 次提交
    • W
      Trainer send term signal (#11220) · 34865f2d
      Wu Yi 提交于
      * wip
      
      * use executor.complete to end trainer
      
      * fix build
      
      * fix build with distribute off
      
      * fix typo
      
      * fix cmake typo
      
      * fix build
      34865f2d
  7. 11 6月, 2018 1 次提交
  8. 06 6月, 2018 1 次提交
  9. 05 6月, 2018 1 次提交
  10. 04 6月, 2018 1 次提交
  11. 29 5月, 2018 1 次提交
  12. 25 5月, 2018 2 次提交
  13. 24 5月, 2018 2 次提交
  14. 22 5月, 2018 7 次提交
  15. 21 5月, 2018 2 次提交
  16. 19 5月, 2018 2 次提交
  17. 17 5月, 2018 5 次提交
  18. 16 5月, 2018 3 次提交
  19. 15 5月, 2018 4 次提交
  20. 14 5月, 2018 1 次提交
  21. 11 5月, 2018 1 次提交
    • L
      update mklml version · 329655dd
      Luo Tao 提交于
      disable building tests and examples when install mkldnn
      skip -Werror=unused-result
      329655dd