1. 06 7月, 2023 2 次提交
  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 2 次提交
    • 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
    • C
      [prim] move batch_norm prim test to op_test (#54458) · 58b4c60f
      cyber-pioneer 提交于
      * move batch_norm prim test to op_test
      
      * fix optest bug
      
      * add test to cmake
      
      * add cinn test case
      
      * fix batch_norm prim grad bf16
      
      * fix code
      
      * add cuda check
      
      * fix batch_norm bfloat16
      
      * fix cpu bfloat16 bug
      
      * skip non-bfloat16-supported platform
      
      * fix code
      
      * fix cinn rtol and atol in bfloat16
      
      * fix name
      
      * fix config
      58b4c60f