1. 05 8月, 2021 1 次提交
  2. 22 7月, 2021 1 次提交
  3. 05 7月, 2021 1 次提交
  4. 01 7月, 2021 1 次提交
  5. 29 6月, 2021 1 次提交
  6. 21 6月, 2021 1 次提交
  7. 26 5月, 2021 1 次提交
  8. 08 4月, 2021 1 次提交
  9. 22 3月, 2021 1 次提交
  10. 20 1月, 2021 1 次提交
  11. 13 1月, 2021 1 次提交
  12. 08 1月, 2021 1 次提交
    • Z
      Support pure fp16 training for AMP API. (#29544) · 7f7dfccf
      Zhen Wang 提交于
      * add cast ops before and after unsupported fp16 ops.
      
      * Keep partial net in FP32 pattern.
      
      * Support check_finite_and_unscale and update_loss_scaling for FP16 calculation mode.
      
      * Add fp16 support for adam op.
      
      * add multi precision attr for adam.
      
      * Fix the bug of test_multi_precision_fp16_train UT.
      
      * Code format for CI.
      
      * Fix the redefine error about MPTypeTrait on windows.
      
      * fix bugs of the _create_accumulators func in Momentum.
      
      * fix bug when inserting post cast op.
      
      * Add the update_loss_scaling op in allow_set of UnusedVarCheck.
      
      * Update for ci coverage.
      
      * Add some doc for OptimizerWithMixedPrecision.
      
      * Fix the code style.
      
      * Imporve the doc of `amp_init`.
      
      * Change for fp16 testing if users have the infer program defined in separate way.
      7f7dfccf
  13. 02 12月, 2020 1 次提交
    • F
      Layer norm fp16 (#29169) · 7584bb50
      furnace 提交于
      * add fp16 for layer_norm op
      
      * revert layernorm api
      
      * fix forward
      
      * fix forward
      
      * fix backward for layernorm with fp16
      
      * fix unit test for layernorm with fp16
      
      * fix with_mkldnn compile error for layernorm with fp16
      
      * 1. revert to PADDLE_ENFORCE_NOT_NULL, 2. change static_cast<float> to static_cast<U>
      
      * fix with_mkldnn compile error for layernorm with fp16
      
      * fix with_mkldnn compile error for layernorm with fp16
      Co-authored-by: Nzhiqiu <chenqiuliang@baidu.com>
      7584bb50
  14. 18 11月, 2020 1 次提交
  15. 23 9月, 2020 1 次提交
  16. 26 11月, 2019 1 次提交
  17. 30 10月, 2019 1 次提交
  18. 19 9月, 2019 1 次提交
  19. 06 9月, 2019 1 次提交
  20. 31 8月, 2019 1 次提交
  21. 28 6月, 2019 1 次提交
  22. 25 6月, 2019 1 次提交