1. 04 6月, 2022 1 次提交
  2. 25 11月, 2021 1 次提交
  3. 19 11月, 2021 1 次提交
  4. 06 5月, 2021 1 次提交
    • Z
      [Rocm] fix expand as (#32704) · 2fe45806
      zhulei 提交于
      * [Rocm] fix test_expand_as_op
      
      * [Rocm] fix test_expand_as_op
      
      * [Rocm] fix test_expand_as_op
      
      * [Rocm] fix test_expand_as_op
      
      * [Rocm] fix test_expand_as_op
      
      * [Rocm] fix test_expand_as_op
      2fe45806
  5. 01 4月, 2021 1 次提交
  6. 31 3月, 2021 1 次提交
    • W
      Update eigen version to f612df27 (#31832) · 495e7f9c
      wuhuanzhou 提交于
      * update eigen version to f612df27, test=develop
      
      * fix compilation error, test=develop
      
      * remove patch command in eigen, test=develop
      
      * fix compilation error caused by call Eigen function with float16 and bfloat16, test=develop
      
      * fix unittest error, test=develop
      
      * fix unittest error caused by precision, test=develop
      
      * remove patch files used by old version eigen, test=develop
      495e7f9c
  7. 09 2月, 2021 1 次提交
  8. 25 1月, 2021 1 次提交
  9. 16 12月, 2020 1 次提交
    • Y
      添加rocm平台支持代码 (#29342) · 76738504
      Y_Xuan 提交于
      * 添加rocm平台支持代码
      
      * 修改一些问题
      
      * 修改一些歧义并添加备注
      
      * 修改代码格式
      
      * 解决冲突后的代码修改
      
      * 修改operators.cmake
      
      * 修改格式
      
      * 修正错误
      
      * 统一接口
      
      * 修改日期
      76738504
  10. 03 11月, 2020 1 次提交
  11. 26 10月, 2020 1 次提交
  12. 03 7月, 2020 1 次提交
  13. 19 6月, 2020 1 次提交
  14. 18 4月, 2020 1 次提交
    • Z
      Update eigen (#23203) · b89dd86f
      Zhang Ting 提交于
      * update eigen, test=develop
      
      * remove patches, test=develop
      
      * add definition of -fabi-version, test=develop
      
      * add patch for TensorBlock.h, test=develop
      
      * test windows, test=develop
      
      * only update eigen for Linux, test=develop
      
      * add code comments, test=develop
      b89dd86f
  15. 11 4月, 2020 1 次提交
  16. 09 1月, 2020 1 次提交
  17. 12 12月, 2019 1 次提交
  18. 04 12月, 2019 1 次提交
  19. 30 11月, 2019 1 次提交
  20. 25 11月, 2019 1 次提交
  21. 11 11月, 2019 1 次提交
  22. 08 11月, 2019 1 次提交
  23. 14 8月, 2019 1 次提交
  24. 18 7月, 2019 1 次提交
    • J
      Downgrade gcc to 4.8 (#18614) · 898237c1
      Jiabin Yang 提交于
      * test=develop, fix docker with paddle nccl problem
      
      * test=develop, downgrade gcc to 4.8 for latest-dev
      
      * test=develop, downgrade gcc to 4.8 for latest-dev
      
      * test=develop, modify cmake to renew all third_party
      
      * test=develop, invoke ci
      
      * test=develop, invoke ci
      
      * test=develop, complie python with wide-unicode
      
      * test=deveop, refine env settings
      
      * test=deveop, refine env settings
      898237c1
  25. 03 6月, 2019 1 次提交
  26. 20 2月, 2019 1 次提交
  27. 27 11月, 2018 1 次提交
  28. 26 11月, 2018 1 次提交
  29. 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
  30. 16 11月, 2018 1 次提交
  31. 15 11月, 2018 1 次提交
  32. 07 11月, 2018 2 次提交
  33. 05 11月, 2018 1 次提交
  34. 08 10月, 2018 1 次提交
  35. 17 5月, 2018 1 次提交
  36. 30 4月, 2018 1 次提交
  37. 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
  38. 16 3月, 2018 1 次提交
    • 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
  39. 06 2月, 2018 1 次提交