1. 13 4月, 2023 2 次提交
  2. 27 3月, 2023 1 次提交
  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. 27 2月, 2023 1 次提交
  5. 22 2月, 2023 1 次提交
  6. 30 1月, 2023 1 次提交
  7. 30 9月, 2022 1 次提交
    • Y
      fix bugs of tipc, test=kunlun (#46540) · d16360c8
      ykkk2333 提交于
      * migrate sigmoid with cross entropy, and tile xpu kernels to phi, test=kunlun
      
      * migrate add_n kernep to phi, test=kunlun
      
      * fix bugs of tipc, test=kunlun
      d16360c8
  8. 06 9月, 2022 1 次提交
  9. 29 8月, 2022 1 次提交
  10. 24 6月, 2022 1 次提交
    • Y
      [Phi]Change Copy from Kernel to basic component utils (#43622) · 2739bd73
      YuanRisheng 提交于
      * perfect copy
      
      * deal with conflict
      
      * deal with conflict
      
      * fix compile bugs
      
      * fix unittest bugs
      
      * change code format
      
      * deal with conflict
      
      * modify code by review
      
      * fix ce bugs
      
      * fix ce bugs
      
      * add lo
      
      * perfect code format
      
      * deal with conflicts
      2739bd73
  11. 05 6月, 2022 1 次提交
  12. 31 5月, 2022 1 次提交
  13. 27 5月, 2022 1 次提交
  14. 12 4月, 2022 1 次提交
  15. 11 4月, 2022 1 次提交
    • C
      [Yaml] Add assign yaml (#41428) · 437bebda
      chentianyu03 提交于
      * add assign yaml
      
      * add assign api
      
      * add assign backward api
      
      * add assign
      
      * add assign yaml
      
      * add assign
      
      * assign yaml
      
      * add assign raw kernel and use assign_raw in yaml
      
      * merge develop branch
      
      * add missing python_api
      437bebda
  16. 29 3月, 2022 1 次提交
  17. 28 3月, 2022 2 次提交
  18. 17 3月, 2022 1 次提交
    • C
      [Phi] Move assign kernel into phi (#40022) · 1904572a
      Chen Weihang 提交于
      * move assign kernel init commit
      
      * change vec<tensor> to vec<tensor*>
      
      * support tensor array
      
      * support api declare
      
      * fix test_list failed
      
      * fix npu and xpu failed
      
      * fix infrt failed
      
      * remove assign array size in operator
      
      * move assign sr header into sr dir
      
      * add infermeta for assign
      
      * test op success
      
      * fix test_list failed
      
      * fix kunlun failed
      
      * add set host allocator in tests
      
      * support tensor array in arg ctx
      
      * open set layout in share_meta
      
      * fix meta tensor layout error
      
      * fix test failed
      1904572a