1. 06 7月, 2023 3 次提交
  2. 05 7月, 2023 2 次提交
  3. 04 7月, 2023 2 次提交
  4. 03 7月, 2023 3 次提交
  5. 30 6月, 2023 1 次提交
  6. 29 6月, 2023 4 次提交
  7. 28 6月, 2023 8 次提交
  8. 27 6月, 2023 4 次提交
  9. 26 6月, 2023 1 次提交
  10. 25 6月, 2023 1 次提交
  11. 20 6月, 2023 1 次提交
  12. 19 6月, 2023 1 次提交
  13. 16 6月, 2023 4 次提交
  14. 15 6月, 2023 4 次提交
  15. 14 6月, 2023 1 次提交
    • G
      Fix cuda12 timeout problems. (#54615) · a90d9088
      Ghost Screaming 提交于
      * Fix bug of reduce_sum op. When input.numel() > INT32_MAX, its result
      is wrong.
      
      * Remove climits.
      
      * Fix problem of pickle and NCCL_P2P_DISABLE in distributed testcases in
      cuda12.
      
      * Fix problem of TimeOut of distributed testcases under cuda12.
      
      * Remove useless modification.
      
      * Remove useless modification.
      a90d9088