1. 16 5月, 2023 1 次提交
  2. 28 4月, 2023 1 次提交
  3. 27 4月, 2023 1 次提交
  4. 24 4月, 2023 1 次提交
  5. 18 4月, 2023 1 次提交
  6. 30 3月, 2023 1 次提交
  7. 21 3月, 2023 1 次提交
    • iSerendipity's avatar
      [PHI decoupling] Move DataType* from paddle:experimental to phi namespace (#51716) · 4638a62e
      iSerendipity 提交于
      * move DataType from paddle::experimental to phi
      
      * convert namespace
      
      * convert namespace
      
      * convert namespace
      
      * clarify namespace
      
      * convert more datatype
      
      * Revert "convert more datatype"
      
      This reverts commit 083b462959e6a22d4d8767707b628b95b396642e.
      
      * convert more in auto_code_generator
      
      * fix conflicts for XPU
      
      * fix namespace conflicts
      
      * fix errors
      
      * Revert "fix errors"
      
      This reverts commit f9d9958b54ee32141112274c8a5c3c381ab0f876.
      
      * fix errors
      
      * fix formatting
      4638a62e
  8. 14 3月, 2023 1 次提交
  9. 07 3月, 2023 1 次提交
  10. 15 2月, 2023 1 次提交
  11. 06 1月, 2023 1 次提交
  12. 21 12月, 2022 1 次提交
  13. 10 11月, 2022 1 次提交
  14. 26 6月, 2022 1 次提交
  15. 05 6月, 2022 1 次提交
  16. 29 4月, 2022 1 次提交
  17. 26 3月, 2022 1 次提交
  18. 24 3月, 2022 1 次提交
    • Z
      [AMP] Support amp for Intermediate_dygraph (#40623) · c12f7d48
      zhangbo9674 提交于
      * approve amp for intermediate_dygraph
      
      * add amp_utils for intermediate_dygraph
      
      * add amp needcast check for mlu & npu
      
      * test unittest
      
      * add SetGradNode for set_stop_gradient && add checktensor for GradientHooks
      
      * refine code
      
      * refien unittest of imperative_amp for new dygraph
      
      * inplace api skip amp
      
      * add test_imperative_qat_amp for intermediate amp
      
      * refine code
      
      * refine test_amp ci strategy
      
      * refine unittest code
      
      * refine amp_utils code
      
      * refine amp getpromotetype for some special op
      
      * refine unittest code
      c12f7d48