1. 27 7月, 2018 2 次提交
  2. 25 7月, 2018 1 次提交
  3. 23 7月, 2018 1 次提交
  4. 18 7月, 2018 1 次提交
  5. 17 7月, 2018 1 次提交
  6. 14 7月, 2018 1 次提交
  7. 11 7月, 2018 3 次提交
  8. 10 7月, 2018 2 次提交
  9. 09 7月, 2018 4 次提交
  10. 06 7月, 2018 7 次提交
  11. 05 7月, 2018 7 次提交
  12. 03 7月, 2018 1 次提交
  13. 02 7月, 2018 1 次提交
  14. 01 7月, 2018 1 次提交
  15. 30 6月, 2018 1 次提交
  16. 29 6月, 2018 2 次提交
    • C
      Init allocated memory for unit test (#11657) · d2ad4a5c
      chengduo 提交于
      * memory init
      
      * add env
      
      * refine anounce
      
      * Add check for Nan
      
      * Debug
      
      * Add env for cc_test
      
      * Add env for py_test and nv_test
      
      * Remove py_test env
      
      * Add env for py_test
      
      * serial test_recognize_digits
      
      * Test FLAGS_init_allocated_mem function for unit test
      
      * Init allocated mem for op unit test
      
      * Add env for all unit test
      d2ad4a5c
    • Y
      fea/expose infrerence api so (#11793) · cde5693b
      Yan Chunwei 提交于
      cde5693b
  17. 28 6月, 2018 1 次提交
  18. 27 6月, 2018 1 次提交
  19. 25 6月, 2018 1 次提交
    • W
      Retry rpc calls (#11651) · acfd177d
      Wu Yi 提交于
      * make deadline configurable
      
      * configurable deadline
      
      * update
      
      * fix grpc deadline exceeded
      acfd177d
  20. 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