1. 10 1月, 2019 1 次提交
  2. 09 1月, 2019 2 次提交
  3. 08 1月, 2019 1 次提交
  4. 07 1月, 2019 1 次提交
  5. 05 1月, 2019 1 次提交
  6. 28 12月, 2018 2 次提交
  7. 27 12月, 2018 1 次提交
    • Y
      Refine Dockerfile (#14908) · efa630ea
      Yu Yang 提交于
      * Refine Dockerfile
      
      * Add tasks, cmake gen
      
      * Fix code error
      
      * Disable compile after paddle_build.sh
      
      * Refine
      
      * Skip on PY35 CI
      
      * Change env
      
      * Refine paddle_build.sh
      
      * Expose gen_fluid_lib
      
      * Refine mkldnn.cmake
      
      * Refine mkldnn.cmake
      
      * Refine mkldnnlib
      
      * Skip unstable tests
      efa630ea
  8. 26 12月, 2018 1 次提交
  9. 21 12月, 2018 2 次提交
  10. 20 12月, 2018 1 次提交
  11. 19 12月, 2018 2 次提交
  12. 18 12月, 2018 4 次提交
  13. 17 12月, 2018 2 次提交
  14. 14 12月, 2018 2 次提交
  15. 13 12月, 2018 5 次提交
  16. 04 12月, 2018 1 次提交
  17. 03 12月, 2018 1 次提交
  18. 01 12月, 2018 3 次提交
  19. 29 11月, 2018 1 次提交
  20. 28 11月, 2018 1 次提交
  21. 27 11月, 2018 2 次提交
  22. 26 11月, 2018 1 次提交
  23. 24 11月, 2018 1 次提交
  24. 23 11月, 2018 1 次提交
    • S
      Fix cmake for AMDGPU platform (#13801) · 61c5f13f
      sabreshao 提交于
      * HIP cmake.
      Enable whole archieve build for pybind library.
      
      Disable two warning.
      
      Rollback to C++11.
      
      Link RCCL to WA gpu kernel loading issue.
      
      Update eigen to fix build failure.
      
      Add more include directories.
      
      Fix O3 build failure.
      
      Update eigen.
      
      fix tensor_util_test segment fault issue
      
      add more macro check in hip.cmake.
      we may consider refine hip.cmake to inherit all add_definitions() in parrent scope, in the future.
      
      Fix rocRAND load.
      
      Update eigen to fix gru_unit_op and reduce_op.
      
      Add HIP support to testing.
      
      Update eigen to support int16 and int8 in arg min and arg max.
      
      * add rocprim as cub library used by nv implementation
      
      * Reduce build time in rocprim.
      
      * Add rocprim introduction, remove useless cmake code.
      
      * Remove useless flags and format cmake file.
      61c5f13f