1. 25 3月, 2023 1 次提交
  2. 23 3月, 2023 3 次提交
  3. 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
  4. 20 3月, 2023 2 次提交
  5. 17 3月, 2023 2 次提交
  6. 15 3月, 2023 3 次提交
  7. 13 3月, 2023 1 次提交
  8. 10 3月, 2023 1 次提交
  9. 09 3月, 2023 1 次提交
  10. 06 3月, 2023 1 次提交
  11. 03 3月, 2023 1 次提交
  12. 28 2月, 2023 2 次提交
    • I
      Fix some typos (#50914) · 5d8fe822
      iLeGend 提交于
      5d8fe822
    • X
      【prim】Matmul double grad composite api (#50452) · a0c473f4
      xiaoguoguo626807 提交于
      * modify name
      
      * merge develop
      
      * original code
      
      * build modify
      
      * success 2*2
      
      * fused dim=1 failed
      
      * success
      
      * modify static
      
      * success for static except dim=1
      
      * delete log
      
      * tmp modify
      
      * success
      
      * success
      
      * add fp1664
      
      * delete fp16 cpu test
      
      * stop windows test
      
      * review modify
      
      * modify tanh test
      
      * modify tanh
      
      * fix_conflixt
      
      * modift static prim
      
      * fix_conflict
      
      * Update test_static_prim.cc
      
      * update
      
      * bug fix
      a0c473f4
  13. 27 2月, 2023 1 次提交
  14. 24 2月, 2023 2 次提交
    • C
      Fix typos (#50852) · 4a0855a5
      chenxujun 提交于
      4a0855a5
    • X
      【prim】Slice grad (#50771) · f6dea800
      xiaoguoguo626807 提交于
      * support prim test in OpTest
      
      * fix cmake
      
      * fix op test
      
      * fix test_input_spec
      
      * disable cinn in reduce_sum unit test
      
      * add bfloat16 dtype for sum
      
      * add approve rules
      
      * polish code
      
      * add clear jit program function
      
      * convert grad out from tensor to numpy
      
      * remove unnecessary code
      
      * add only_prim flag
      
      * fix flag
      
      * fix op test
      
      * add attr
      
      * fix optest comp inplace error
      
      * fix op test
      
      * fix op test with guard
      
      * add initialization of check_comp flag
      
      * fix comp inplace error in op test
      
      * rename check_comp with check_prim and add bfloat16 dtype convert
      
      * rename comp_op_type to prim_op_type
      
      * rename comp to prim
      
      * remove useless code
      
      * skip ci check for only prim
      
      * add no_grad_vars and grad_outputs in prim test
      
      * fix var_dict
      
      * fix op test for only_prim
      
      * fix dy2static bugs
      
      * polish some code
      
      * temp
      
      * modify op test
      
      * except cinn test
      
      * modify bfp16
      
      * modify pad grad
      
      * add pad_grad dtype
      
      * start cinn part
      
      ---------
      Co-authored-by: NCharles-hit <wanghao107@baidu.com>
      f6dea800
  15. 23 2月, 2023 1 次提交
  16. 22 2月, 2023 2 次提交
  17. 21 2月, 2023 1 次提交
  18. 20 2月, 2023 5 次提交
  19. 17 2月, 2023 2 次提交
  20. 16 2月, 2023 2 次提交
  21. 15 2月, 2023 1 次提交
  22. 14 2月, 2023 2 次提交
  23. 08 2月, 2023 2 次提交
    • R
      Add eager jit dir (#49369) · 32804fe8
      risemeup1 提交于
      * add_eager_and_jit,test=ljd_test
      
      * test
      
      * test,test=ljd_test
      
      * test,test=ljd_test
      
      * test,test=ljd_test
      
      * test,test=ljd_test
      
      * test,test=ljd_test
      
      * test,test=ljd_test
      
      * add_eager_jit_dir,test=ljd_test
      
      * fix conflict,test=ljd_test
      
      * test,test=ljd_test
      
      * get new precise_map,test=ljd_test
      
      * test
      32804fe8
    • H
      move mixed_vector (#50282) · 35d7d1f0
      Huang Jiyi 提交于
      35d7d1f0