1. 21 12月, 2022 1 次提交
    • W
      Fluid clean (#48841) · b8814777
      wangxiaoning 提交于
      * add index sample fp16 support
      
      * remove fluid APIs in distributed_strategy.py and role_maker.py
      
      * Revert "remove fluid APIs in distributed_strategy.py and role_maker.py"
      
      This reverts commit 223bbee990d3bf69e252fc3c0f19e3873550a264.
      
      * remove fluid APIs in distributed_strategy.py and role_maker.py
      
      * remove index sample op changes
      
      * remove fluid APIs under fleet.base
      
      * remove fluid APIs under fleet.layers.mpu
      
      * remove fluid APIs under fleet.meta_optimizers
      
      * fix fluid error
      
      * fix util_factory.py
      
      * reset fluid.io.load_inference_model API
      
      * remove dygraph.parallel.prepare_context
      
      * remove fluid.dygraph.StaticModelRunner API
      
      * remove split_lod_tensor merge_lod_tensor
      
      * remove unittests
      b8814777
  2. 20 12月, 2022 1 次提交
  3. 04 11月, 2022 1 次提交
    • R
      Fix bug (#47621) · ef67c8a8
      risemeup1 提交于
      * 修改.gitigore文件,把ljd_sh文件忽略掉
      
      * 取消ljd_sh文件忽略
      
      * fix ci bug
      
      * fix windows ci bug
      
      * fix bug ci
      
      * fix bug test
      
      * fix bug test
      ef67c8a8
  4. 13 9月, 2022 1 次提交
  5. 01 8月, 2022 1 次提交
  6. 20 7月, 2022 1 次提交
  7. 13 7月, 2022 1 次提交
    • R
      Enable test_tensordot (#42932) · d4699bd6
      Ruibiao Chen 提交于
      * Enable test_tesnsordot
      
      * Fix CI errors
      
      * Disable windows inference test
      
      * Fix typos
      
      * Fix typos
      
      * Fix CI errors
      
      * Remove disable_wingpu11_test
      d4699bd6
  8. 07 7月, 2022 1 次提交
  9. 05 7月, 2022 1 次提交
  10. 20 6月, 2022 1 次提交
  11. 14 6月, 2022 1 次提交
  12. 02 4月, 2022 1 次提交
    • X
      Enhance vjp/jvp/Jacobian/Hessian API for supporting dynamic, static graph and... · 9e764d82
      Xiaoxu Chen 提交于
      Enhance vjp/jvp/Jacobian/Hessian API for supporting dynamic, static graph and batched, unbatched mode (#40692)
      
      * modify vjp/jvp for both dynamic and static graph
      
      * enforce jacobian class for supporting first/last batch
      
      * add unittest for jvp, jacobian withlast batch, jacobian with first batch
      
      * fix the incorrect shape when multi-index Jacobian
      
      * enforce Hessian class for supporting dynamic graph
      
      * add Hessian class unittest
      
      * bugfix, jvp double_backward_trick zeros_like return stop_gradient=True in static graph
      
      * add API beta warnnings
      
      * add white_list for cuda11.x ci windows.
      
      * optimize some code snippets and documments
      
      * set unittest timeout to 100 seconds
      
      * move vjp,jvp,Jacobian,Hessian to incubate
      
      * fix vjp,vjp import path of sample code
      
      * fix code style error of augtograd/__init__ file
      9e764d82
  13. 27 1月, 2022 1 次提交
  14. 16 12月, 2021 1 次提交
  15. 14 12月, 2021 1 次提交
  16. 06 12月, 2021 1 次提交
  17. 01 12月, 2021 1 次提交
  18. 30 11月, 2021 1 次提交
    • S
      Open trt in windows (#37397) · 5f916c37
      Sing_chan 提交于
      * modify for wincheck-inference case
      
      * modify according to zhouwei's comment
      
      * open with_trt and block failed unittests in windows
      
      * test
      5f916c37
  19. 24 11月, 2021 1 次提交
  20. 23 11月, 2021 1 次提交
  21. 22 11月, 2021 1 次提交
  22. 16 11月, 2021 1 次提交
  23. 28 10月, 2021 1 次提交
  24. 07 9月, 2021 1 次提交
  25. 31 8月, 2021 1 次提交
  26. 28 7月, 2021 1 次提交
  27. 15 7月, 2021 1 次提交
  28. 08 6月, 2021 1 次提交
  29. 19 5月, 2021 1 次提交
  30. 12 5月, 2021 1 次提交
  31. 26 4月, 2021 1 次提交
  32. 13 4月, 2021 1 次提交
  33. 12 4月, 2021 1 次提交
  34. 07 4月, 2021 1 次提交
    • Y
      Check added ut on windows (#31826) · e09f4db9
      YUNSHEN XIE 提交于
      * added ut check on windows,notest,test=windows_ci
      
      * debug,notest,test=windows_ci
      
      * debug,notest,test=windows_ci
      
      * fix bug,notest,test=windows_ci
      
      * added ut check
      
      * test for new ut add on windows
      
      * test,notest,test=windows_ci
      
      * fix bug,notest,test=windows_ci
      
      * test
      
      * test
      
      * test
      
      * test,notest,test=windows_ci
      
      * test,notest,test=windows_ci
      
      * check added ut on windows
      
      * only fetch upstream develop
      
      * modified according comment
      
      * Update run_unittests.sh
      
      * Update run_unittests.sh
      e09f4db9
  35. 02 4月, 2021 1 次提交
    • Y
      use busybox run test on windows openblas (#31728) · 290be88d
      YUNSHEN XIE 提交于
      * use busybox run test on windows openblas
      
      * fix error
      
      * fix disable_quick and nightly lable issue
      
      * add retry on windows openblas
      
      * fix bug
      
      * use one file to run cpu and gpu tests
      
      * fix with grep warning
      
      * fix syntax error
      
      * change run_unittest to run_unittest_gpu
      
      * Update run_unittests.sh
      
      fix error
      290be88d
  36. 31 3月, 2021 1 次提交
    • Z
      [Parallel UT]Improve Parallel UT level on Windows/Linux (#31377) · b05f6142
      Zhou Wei 提交于
      * [Parallel UT]improve Parallel UT level on Windows/Linux
      
      * [Parallel UT]improve Parallel UT level on Windows/Linux
      
      * [Parallel UT]Improve Parallel UT level on Windows/Linux
      
      * [Parallel UT]Improve Parallel UT level on Windows/Linux
      
      * fix CI
      b05f6142
  37. 16 3月, 2021 2 次提交
  38. 09 3月, 2021 1 次提交
  39. 04 3月, 2021 1 次提交