1. 08 5月, 2023 1 次提交
    • G
      [Cherry-pick]Cherry pick 0d output (#53538) · 2d02b0c1
      GGBond8488 提交于
      * add 0D output support for inalg.slogdet,test=allcase
      
      * fix zerom dime test error test=allcase
      
      * fix test error test=allcase
      
      * add static backward test, test=allcase
      
      * support_0D_output_for_matrix_rank_multi_dot, test=allcase
      
      * add 0D output test for matrox_rank and mutli_dot test=allcase
      
      * fix assert error ,test=allcase
      
      * fix test error, test=allcase
      
      * fix other test error, test=allcase
      
      * fix other test error, test=allcase
      
      * fix test error, test=allcase
      
      * fix matrix_rank and multi dot test err test=allcase
      
      * fix test error test=allcase
      
      * fix test zero dim test, test=allcase
      
      * add static backward test for multi_dot, test=allcase
      
      * add tol 2d broadcast test case, test=allcase
      
      * fix test error test=allcase
      
      * fix test error test=allcase
      
      * test=allcase
      
      * support_0d_output_for_linalg.norm
      
      * fix test error test=allcase
      
      * fix 0D test
      
      * fix test error test=allcase
      
      * fix test error test=allcase
      
      * fix tets,test=allcase
      
      * fix error,test=allcase
      
      * fix errors ,test=allcase
      
      * add static backward , test=allcase
      
      * add static backwward test, test=allcase
      
      * slogdet_support_0D_output
      
      * add new case
      
      * fix tests, test=allcase
      
      * cherry-pick
      
      * cherry-pick
      
      * fix trace gpu kernel 0d error, test=allcase
      
      * fix windows error, test=allcase
      
      * add matrixrank cherry-pick
      2d02b0c1
  2. 27 4月, 2023 1 次提交
    • W
      [Cherry-Pick]Support output 0D for... · f84ac449
      wangfengsheng1999 提交于
      [Cherry-Pick]Support output 0D for is_empty/as_complex/inner/dot/rank/tensordot/squeeze_/static.accuracy/static.auc/metric.accuracy (#53199)
      
      * support output 0D for is_empty/as_complex/inner/dot/rank/tensordot/squeeze_/static.accuracy/static.auc/metric.accuracy
      
      * test_dot_py
      
      * test_dot_py
      f84ac449
  3. 17 4月, 2023 1 次提交
  4. 13 4月, 2023 1 次提交
  5. 22 3月, 2023 1 次提交
  6. 21 3月, 2023 1 次提交
  7. 16 3月, 2023 1 次提交
  8. 13 3月, 2023 1 次提交
  9. 22 2月, 2023 1 次提交
  10. 10 2月, 2023 1 次提交
  11. 07 2月, 2023 1 次提交
  12. 31 1月, 2023 1 次提交
  13. 17 1月, 2023 1 次提交
  14. 10 1月, 2023 1 次提交
  15. 04 1月, 2023 1 次提交
  16. 03 12月, 2022 1 次提交
  17. 16 11月, 2022 1 次提交
  18. 10 11月, 2022 1 次提交
  19. 02 11月, 2022 1 次提交
  20. 01 11月, 2022 1 次提交
    • C
      Adapting device-specific Extra Attributes for the PHI kernel (#46342) · c923e6c9
      Chen Weihang 提交于
      * add extra attr property set
      
      * add type_info for all context
      
      * add onednn context to all context
      
      * fix context compile error
      
      * simplify conv kernel args
      
      * pass runtime attr into dev_ctx
      
      * fix marco error
      
      * clear conv_grad_kernel extra args
      
      * merge conv_grad_grad into conv_grad
      
      * clear conv2d_grad_grad extra attrs
      
      * clear yaml and eager extra attr
      
      * fix conv1d error
      
      * change to thread local
      
      * fix npu compile failed
      
      * try to fix windows compile failed
      
      * add conv2d onednn phi kernel
      
      * fix ci bugs (#36)
      
      * fix compile bugs (#38)
      
      * fix extra input transform bug (#39)
      
      * support dynamic created attr (#40)
      
      * reset extra info gen code
      
      * rm conv_grad_grad kernel
      
      * reimpl pass attr adapting
      
      * add int attr support
      
      * remove vector inputnames creating
      
      * fix map at error
      
      * Update paddle/phi/kernels/onednn/conv_grad_kernel.cc
      Co-authored-by: NSławomir Siwek <slawomir.siwek@intel.com>
      
      * remove useless extra attrs
      
      * replace mkldnn_engine by onednn_engine
      Co-authored-by: NYuanRisheng <yuanrisheng@baidu.com>
      Co-authored-by: NSławomir Siwek <slawomir.siwek@intel.com>
      c923e6c9
  21. 17 10月, 2022 1 次提交
  22. 22 9月, 2022 1 次提交
  23. 14 9月, 2022 1 次提交
  24. 09 9月, 2022 1 次提交
  25. 07 9月, 2022 1 次提交
  26. 31 8月, 2022 2 次提交
  27. 24 8月, 2022 1 次提交
  28. 23 8月, 2022 1 次提交
  29. 12 8月, 2022 2 次提交
  30. 10 8月, 2022 1 次提交
  31. 09 8月, 2022 1 次提交
  32. 04 8月, 2022 2 次提交
    • Z
      phi_fill_diagonal_tensor (#44649) · 2140e825
      zhiboniu 提交于
      * phi_fill_diagonal_tensor
      
      * delete extra lines
      
      * update
      
      * add legacy api test
      
      * rename sig
      2140e825
    • X
      mv fold & unpool to phi (#44836) · e9994f2e
      xiaoting 提交于
      * fix conflicts
      
      * mv unused file
      
      * revert backward.h
      
      * revert lu_unpack kernel
      
      * rm .cu file
      
      * Update lu_unpack_kernel.cc
      
      * format phi yaml
      e9994f2e
  33. 03 8月, 2022 2 次提交
    • S
      move repeat interleave (#44753) · 3b32835f
      seemingwang 提交于
      * move repeat interleave
      
      * fix api name
      
      * recover op registration
      
      * fix arguments order
      
      * fix
      
      * fix infermeta
      
      * fix infermeta
      
      * fix header
      
      * fix infermeta
      
      * fix
      
      * fix
      
      * fix dtype
      
      * log&test
      
      * test
      
      * remove logs
      
      * fix
      
      * remove logs
      
      * combine files
      
      * combine
      
      * combine files
      
      * fix cuda place
      3b32835f
    • Z
      Phi matrixnums (#44437) · 02414aac
      zhiboniu 提交于
      * phi_matrix_nms
      
      * remove old kernels and add optest check_eager
      
      * reoder args
      
      * reoder args in infermate
      
      * update
      
      * get back legacy dygraph
      02414aac
  34. 01 8月, 2022 1 次提交
    • L
      [PHI] Move lu_unpack to phi (#44674) · c905a9e9
      Lin Manhui 提交于
      * Add kernel declarations
      
      * Copy kernel implementation code
      
      * Transfer implementation code
      
      * Register new kernels
      
      * Remove old kernels
      
      * Fix code style
      
      * Fix bugs
      
      * mutable_data->HostAlloc
      
      * Transfer infermeta
      
      * Add yaml and update python api
      
      * Add PADDLE_WITH_HIP check
      
      * Update unittests
      
      * Add kernel declarations
      
      * Copy kernel implementation code
      
      * Transfer kernel implementation code
      
      * Register new kernels
      
      * Remove old kernels
      
      * Add lu_unpack_sig
      
      * Fix bugs
      
      * Fix bugs
      
      * Fix bugs
      
      * Optimize directory structure
      
      * Add output checks
      
      * Update include files
      
      * lu_impl.h->lu_kernel_impl.h
      
      * Transfer infermeta
      
      * Add yaml and update python api
      
      * Add check_eager
      Co-authored-by: NBobholamovic <linmanhui@baidu.com>
      c905a9e9
  35. 30 7月, 2022 1 次提交
  36. 29 7月, 2022 1 次提交
    • H
      [API/OP] Migrate Lstsq op into phi (#44318) · ab2aaf8b
      Haohongxiang 提交于
      * migrate lstsq op
      
      * update
      
      * fix bugs for CIs
      
      * update
      
      * fix bugs
      
      * add uts
      
      * update
      
      * update
      
      * update
      
      * fix bugs of jip
      
      * fix bugs of hip
      
      * update
      
      * update according to review
      
      * update
      
      * update
      
      * update
      
      * update
      ab2aaf8b