1. 07 5月, 2018 1 次提交
  2. 04 5月, 2018 2 次提交
  3. 03 5月, 2018 3 次提交
  4. 02 5月, 2018 7 次提交
  5. 30 4月, 2018 1 次提交
  6. 28 4月, 2018 2 次提交
  7. 27 4月, 2018 3 次提交
  8. 26 4月, 2018 2 次提交
  9. 25 4月, 2018 2 次提交
  10. 14 4月, 2018 1 次提交
  11. 13 4月, 2018 1 次提交
  12. 11 4月, 2018 1 次提交
  13. 07 4月, 2018 2 次提交
  14. 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
  15. 27 3月, 2018 1 次提交
  16. 23 3月, 2018 2 次提交
  17. 21 3月, 2018 1 次提交
  18. 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
  19. 19 3月, 2018 1 次提交
  20. 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
  21. 16 3月, 2018 2 次提交
    • Y
      Finish adaption for backward. · bf3f56e8
      yangyaming 提交于
      bf3f56e8
    • 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