1. 07 8月, 2023 1 次提交
  2. 01 8月, 2023 2 次提交
  3. 24 7月, 2023 1 次提交
  4. 20 7月, 2023 2 次提交
  5. 19 7月, 2023 2 次提交
  6. 13 7月, 2023 2 次提交
    • lil-Xing's avatar
      add phi operator c_concat and ut (#55320) · 788be26d
      lil-Xing 提交于
      * add phi operator c_concat and ut
      
      * update create_var use
      
      * update copyright
      788be26d
    • L
      Integrate QAT into distributed optimizer (#54241) · aaf021c9
      Leo Chen 提交于
      * Support AMP program for onnx QAT API
      
      * Integrate QAT into distributed optimizer
      
      * Reduce the size of test data and increase time limit
      
      * Use logger and reduce time limit of unittests
      
      * Rename and move unittest into fleet test
      
      * Test qat_init API
      aaf021c9
  7. 11 7月, 2023 1 次提交
    • P
      support sharding parallel (#54634) · b7a05057
      pangengzheng 提交于
      * support sharding parallel
      
      * fix name
      
      * fix
      
      * update
      
      * test amp for sharding
      
      ---------
      
      Co-authored-by: pangengzheng <pangengzheng.baidu.com>
      b7a05057
  8. 04 7月, 2023 1 次提交
  9. 28 6月, 2023 1 次提交
    • L
      remove nets.py in fluid (#51717) · 87f72107
      LoneRanger 提交于
      * remove function sequence_conv_pool
      
      * fix test_glu.py
      
      * remove function scaled_dot_product_attention
      
      * remove function img_conv_group
      
      * remove function simple_img_conv_pool
      
      * delete the nets.py
      
      * fix bug
      
      * fix bug
      
      * fix bug
      
      * fix bug
      
      * fix bug
      
      * fix bug
      
      * Update test_image_classification.py
      
      * Update test_recognize_digits.py
      
      * Update test_recommender_system.py
      
      * Update test_image_classification_fp16.py
      
      * fix bug
      
      * fix bug
      
      * fix bug
      
      * remove the nets.py in fluid
      
      * fix bug
      
      * fix the codestyle
      
      * fix conflict
      
      * fix bug
      
      * Fix TODO
      87f72107
  10. 27 6月, 2023 1 次提交
  11. 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
    • S
      Fix A100 CUDA12 ut (#54487) · a96c6dc7
      sneaxiy 提交于
      * fix A100 CUDA12 ut
      
      * fix ci uts
      
      * fix test_sync_batch_norm_op
      
      * fix sync bn op ut again by separating 2 files
      
      * fix codestyle ci
      
      * combine other PRs
      
      * fix codestyle
      
      * fix codestyle ci
      a96c6dc7
  12. 13 6月, 2023 4 次提交
  13. 12 6月, 2023 3 次提交
  14. 09 6月, 2023 1 次提交
  15. 01 6月, 2023 2 次提交
    • zhouweiwei2014's avatar
    • T
      mv all unittests test (#53235) · b0e86d55
      tianshuo78520a 提交于
      * mv all unittests test
      
      * fix error
      
      * fix error
      
      * fix
      
      * fix
      
      * del unittests
      
      * fix paddle_build.sh
      
      * fix
      
      * fix test
      
      * fix add test
      
      * fix
      
      * fix
      
      * fix
      
      * merge develop
      
      * fix
      
      * fix
      
      * fix
      
      * fix
      
      * fix
      
      * merge develop
      
      * fix test_async_read_write
      
      * fix test_async_read_write
      
      * merge develop
      
      * fix
      
      * fix import legacy_test
      
      * fix
      
      * fix
      
      * fix
      
      * fix
      
      * fix
      
      * fix
      
      * fix
      
      * fix
      
      * fix bug
      
      * fix
      
      * fix coverage test bug
      
      * fix
      
      * fix
      
      * fix
      
      * fix
      
      * fix
      
      * fix code sstyle
      
      * fix code
      
      * fix code
      
      * fix
      
      * fix
      
      * fix
      
      * del test_sequence_enumerate_op.py
      
      * fix
      b0e86d55
  16. 28 3月, 2023 1 次提交
    • A
      [Test Mv] move collective/multinode to test dir (#51982) · ceca55c5
      Ainavo 提交于
      * [Test Mv] move collective/multinode to test dir
      
      * add CMakeList.txt to test/collective
      
      * add bash_test_modules
      
      * adjust the order
      
      * recover bash_test_modules
      
      * add_subdirectory(collective)
      
      * resolve conflicts
      
      * resolve conflicts
      ceca55c5