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. 14 6月, 2018 1 次提交
  5. 11 6月, 2018 1 次提交
  6. 05 6月, 2018 1 次提交
  7. 04 6月, 2018 1 次提交
  8. 25 5月, 2018 1 次提交
  9. 22 5月, 2018 5 次提交
  10. 21 5月, 2018 1 次提交
  11. 19 5月, 2018 2 次提交
  12. 17 5月, 2018 3 次提交
  13. 15 5月, 2018 1 次提交
  14. 14 5月, 2018 1 次提交
  15. 11 5月, 2018 1 次提交
    • L
      update mklml version · 329655dd
      Luo Tao 提交于
      disable building tests and examples when install mkldnn
      skip -Werror=unused-result
      329655dd
  16. 09 5月, 2018 1 次提交
  17. 04 5月, 2018 1 次提交
  18. 03 5月, 2018 1 次提交
  19. 30 4月, 2018 1 次提交
  20. 29 4月, 2018 1 次提交
  21. 16 4月, 2018 1 次提交
  22. 12 4月, 2018 2 次提交
    • Y
      Remove the use of ARCHIVE_START/END (#9844) · e90e7ab2
      Yiqun Liu 提交于
      * Add USE_OP of all operators and kernels and remove ARCHIVE_START/END in CMakeLists.txt of inference unittests.
      
      * Remove ARCHIVE_START/END when linking inference shared library.
      
      * Disable some fluid related cmake operations for cross-compiling.
      e90e7ab2
    • T
      update grpc version · d798e325
      typhoonzero 提交于
      d798e325
  23. 11 4月, 2018 1 次提交
  24. 10 4月, 2018 1 次提交
  25. 08 4月, 2018 1 次提交
  26. 07 4月, 2018 1 次提交
  27. 04 4月, 2018 1 次提交
  28. 22 3月, 2018 1 次提交
  29. 20 3月, 2018 1 次提交
    • S
      CMake refine for HIP support. · e50205e7
      sabreshao 提交于
      1. Add option WITH_AMD_GPU.
      2. Add cmake/hip.cmake for HIP toolchain.
      3. Some external module such as eigen may need HIP port.
      4. Add macro hip_library/hip_binary/hip_test to cmake/generic.cmake.
      5. Add one HIP source concat.hip.cu as an example. Each .cu may have its corresponding .hip.cu.
      e50205e7
  30. 16 3月, 2018 2 次提交
    • S
      Demostration of cmake refine for HIP support. · 45c988d8
      sabreshao 提交于
      1. Add option WITH_AMD_GPU.
      2. Add cmake/hip.cmake for HIP toolchain.
      3. Some external module such as eigen may need HIP port.
      4. Add macro hip_library/hip_binary/hip_test to cmake/generic.cmake.
      5. Add one HIP source concat.hip.cu as an example. Each .cu may have its corresponding .hip.cu.
      45c988d8
    • Y
      Single GPU ParallelExecutor complete · 6f0dfd89
      Yu Yang 提交于
      6f0dfd89
  31. 13 3月, 2018 1 次提交