1. 07 5月, 2018 1 次提交
  2. 05 5月, 2018 1 次提交
  3. 04 5月, 2018 2 次提交
  4. 03 5月, 2018 3 次提交
  5. 02 5月, 2018 7 次提交
  6. 30 4月, 2018 1 次提交
  7. 28 4月, 2018 2 次提交
  8. 27 4月, 2018 3 次提交
  9. 26 4月, 2018 2 次提交
  10. 25 4月, 2018 2 次提交
  11. 14 4月, 2018 1 次提交
  12. 13 4月, 2018 1 次提交
  13. 11 4月, 2018 1 次提交
  14. 07 4月, 2018 2 次提交
  15. 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
  16. 27 3月, 2018 1 次提交
  17. 23 3月, 2018 2 次提交
  18. 21 3月, 2018 1 次提交
  19. 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
  20. 19 3月, 2018 1 次提交
  21. 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
  22. 16 3月, 2018 1 次提交