1. 21 4月, 2023 1 次提交
  2. 19 4月, 2023 1 次提交
  3. 14 4月, 2023 1 次提交
  4. 12 4月, 2023 3 次提交
  5. 11 4月, 2023 1 次提交
    • Y
      Cherry pick for fix of operator precision. (#52705) · d1e8b1e2
      Yiqun Liu 提交于
      * Fix scale kernel for low precision, cherry pick #50998.
      
      * Fix the FP16 precision problem of add_n. (#50129)
      
      * Change squared_l2_norm to reuse ReduceKernel, and register fp16 and bf16 kernel, which is cherry pick #48315.
      
      * Cherry-pick the fix of MPTypeTrait in KP, which is implemented in #50993.
      
      * Cherry-pick the multi-precision support of AdamW for bf16, #48041.
      
      * Fix compiling error.
      
      * Cherry-pick the fix of CubTensorReduceImpl for bfloat16 in #50993.
      
      * Fix unittest.
      
      ---------
      Co-authored-by: Nliuruyan <44316842+liuruyan@users.noreply.github.com>
      d1e8b1e2
  6. 10 4月, 2023 1 次提交
  7. 09 4月, 2023 3 次提交
  8. 07 4月, 2023 1 次提交
  9. 03 4月, 2023 1 次提交
  10. 30 3月, 2023 1 次提交
  11. 28 3月, 2023 1 次提交
  12. 24 3月, 2023 1 次提交
  13. 20 3月, 2023 1 次提交
  14. 09 3月, 2023 1 次提交
  15. 17 2月, 2023 1 次提交
  16. 13 1月, 2023 2 次提交
  17. 12 1月, 2023 1 次提交
  18. 09 1月, 2023 1 次提交
  19. 04 1月, 2023 2 次提交
  20. 03 1月, 2023 2 次提交
  21. 30 12月, 2022 1 次提交
  22. 29 12月, 2022 2 次提交
  23. 28 12月, 2022 1 次提交
  24. 27 12月, 2022 2 次提交
  25. 22 12月, 2022 3 次提交
  26. 21 12月, 2022 2 次提交
  27. 20 12月, 2022 1 次提交
  28. 19 12月, 2022 1 次提交
    • Y
      [cherry-pick][Inference] support mixed precision inference (#49077) · ddcd1b61
      Yuanle Liu 提交于
      * [Release2.4] Revert python link prs (#48573)
      
      * Revert "Fix mac link python (#48017)"
      
      This reverts commit 3fa7a736.
      
      * Revert "[Cherry-pick] Fix python link error (#47811)"
      
      This reverts commit ff642c68.
      
      * Update config.go
      
      * [Paddle Inference] Add float_to_half_pass to support  inference with mixed precision (#47993)
      
      * [Inference] optimize some code and fix some bug (#48780)
      
      * clean ir_pass_manager and fix map_depthwise_conv_to_conv_pass
      
      * fix unitest timeout
      
      * [Paddle Inference] clean unused code  (#48392)
      
      * fix
      
      * update
      
      * update
      Co-authored-by: NChen Weihang <chenweihang@baidu.com>
      ddcd1b61