1. 03 5月, 2018 3 次提交
  2. 02 5月, 2018 7 次提交
  3. 30 4月, 2018 1 次提交
  4. 28 4月, 2018 2 次提交
  5. 27 4月, 2018 3 次提交
  6. 26 4月, 2018 2 次提交
  7. 25 4月, 2018 2 次提交
  8. 14 4月, 2018 1 次提交
  9. 13 4月, 2018 1 次提交
  10. 11 4月, 2018 1 次提交
  11. 07 4月, 2018 2 次提交
  12. 29 3月, 2018 1 次提交
    • D
      Speed/sequence op1 (#9217) · 8425c2c8
      dzhwinter 提交于
      * "add functors"
      
      * "remove old code"
      
      * "fix"
      
      * "fix ci"
      
      * "add details"
      
      * "fix ci"
      
      * "fix ci"
      
      * "fix ci"
      
      * "fix ci"
      
      * "remove unused code"
      8425c2c8
  13. 27 3月, 2018 1 次提交
  14. 23 3月, 2018 2 次提交
  15. 21 3月, 2018 1 次提交
  16. 20 3月, 2018 2 次提交
    • 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
    • X
      add math_function to softmax's dep list · 9eae086e
      Xi Chen 提交于
      9eae086e
  17. 19 3月, 2018 1 次提交
  18. 17 3月, 2018 2 次提交
    • 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
  19. 16 3月, 2018 4 次提交
  20. 15 3月, 2018 1 次提交
    • D
      [Speed]implement cudnn sequence softmax cudnn (#8978) · 128adf53
      dzhwinter 提交于
      * "add softmax cudnn functor support"
      
      * "add testing"
      
      * "refine cmakelist"
      
      * "sequence softmax forward speed up"
      
      * "add softmax grad"
      
      * "fix sequence softmax test"
      
      * "add double precision'
      
      * "fix softmax test"
      
      * "add softmax cudnn support"
      
      * "fix softmax cudnn test"
      
      * "add softmax to nn.py"
      
      * "fix compile bug"
      
      * "refine cmakelist"
      
      * "fix ci"
      
      * "fix based on comment"
      
      * "fix based on comments"
      
      * "fix ci"
      128adf53