1. 14 2月, 2023 2 次提交
    • E
      decouple tensor_utils (#50264) · 057cdb95
      engineer1109 提交于
      fix X
      
      remove TensorCopy
      
      codestyle
      
      add fluid memory header
      
      fix symbol
      
      fix cmake
      
      fix cmake
      
      fix context
      
      fix header
      
      fix place
      
      fix context
      
      fix context
      
      fix context
      
      fix code
      
      fix custom context
      
      fix custom context
      
      fix copy
      
      fix data_transform
      
      fix style
      
      remove changes of custom
      
      fix scalar
      057cdb95
    • S
      support int8 for embedding (#50413) · 78eb2d87
      seemingwang 提交于
      78eb2d87
  2. 13 2月, 2023 2 次提交
  3. 09 2月, 2023 2 次提交
    • H
      [PHI decoupling] move strided_memcpy.h to phi (#50346) · 17318c1a
      Huang Jiyi 提交于
      * decouple strided_memcpy
      
      * move strided_memcpy
      
      * move strided_memcpy to phi
      
      * fix namespace
      
      * update
      
      * fix gpu compile bugs
      17318c1a
    • Y
      Add MultiTenosrAdam OP (#49220) · 10654c77
      yuehuayingxueluo 提交于
      * add multi_tenosr_adam
      
      * update multi_tensor_base.py, test_multi_tensor_adam.py, adamw.py
      
      * fix adam.py optimizer.py
      
      * fix adamw.py
      
      * fix test_multi_tensor_adam.py
      
      * fix CI bug
      
      * fix CI coverage
      
      * fix ci bug
      
      * fix betapow
      
      * fix some bugs
      
      * fix test_adamw_op.py
      
      * fix CI coverage
      
      * fix multi_tensor_adam_kernel.cc
      
      * fix CI bug
      
      * fix multi_tensor_adam_op.cc and test_multi_tensor_adam.py
      
      * fix code style
      
      * update C++ parts
      
      * remove python parts modification temporarily
      
      * add C++ ut
      
      * update betapow copy code logic
      
      * fix ci ut
      
      * fix windows ci
      
      * fix coverage ci
      
      * improve coverage rate
      
      ---------
      Co-authored-by: Nsneaxiy <sneaxiy@126.com>
      10654c77
  4. 08 2月, 2023 1 次提交
  5. 03 2月, 2023 3 次提交
  6. 01 2月, 2023 3 次提交
    • Z
      [Zero-Dim] Fix 0-dim tensor for arg_min_max op. (#49570) · e4e94a88
      Zhong Hui 提交于
      * fix 0-d tensor for arg_min_max op.
      
      * fix xpu.
      
      * fix zero dims
      
      * fix
      
      * Update arg_min_max_kernel.cc
      
      * Update arg_min_max_kernel.cc
      
      * Update arg_min_max_kernel.cc
      
      * Update test_zero_dim_tensor.py
      
      * Update test_zero_dim_tensor_xpu.py
      
      * Update test_zero_dim_tensor.py
      
      * Update arg_min_max_kernel.cc
      
      * Update arg_min_max_kernel.cc
      
      * Update arg_min_max_kernel.cc
      e4e94a88
    • G
      [Divide by 0 Error] add eig check (#49971) · 226a6567
      gouzil 提交于
      * [Divide by 0 Error] add eig check
      
      * [Divide by 0 Error] eig check migrate to c++
      
      * [Divide by 0 Error] Fix class name error
      226a6567
    • G
      [Divide by 0 Error] add norm check (#49966) · 5dfddaea
      gouzil 提交于
      * [Divide by 0 Error] add norm check
      
      * [Divide by 0 Error] fix x AttributeError
      
      * [Divide by 0 Error] norm check migrate to c++
      5dfddaea
  7. 31 1月, 2023 2 次提交
  8. 30 1月, 2023 2 次提交
  9. 18 1月, 2023 1 次提交
  10. 13 1月, 2023 1 次提交
  11. 12 1月, 2023 1 次提交
  12. 09 1月, 2023 1 次提交
  13. 06 1月, 2023 2 次提交
  14. 05 1月, 2023 2 次提交
  15. 28 12月, 2022 2 次提交
  16. 26 12月, 2022 1 次提交
  17. 23 12月, 2022 1 次提交
  18. 20 12月, 2022 1 次提交
  19. 19 12月, 2022 3 次提交
  20. 14 12月, 2022 1 次提交
  21. 08 12月, 2022 1 次提交
  22. 07 12月, 2022 1 次提交
  23. 05 12月, 2022 1 次提交
  24. 02 12月, 2022 1 次提交
    • J
      [Eager] Optimize Grad by prune useless branch (#47827) · d1e93be1
      Jiabin Yang 提交于
      * [Eager] Fix paddle.grad interface
      
      * [Eager] Support minimum SubGraph for GeneralGrad
      
      * Add needed_nodes to prune grad graph more thoroughly
      
      * [Eager] Add grad_node_trans_mapping_ to record which grad_node has been transformed to AccumulationNode
      
      * [Eager] Fix paddle.grad interface
      
      * Polish code
      
      * remove potential_stop_node
      
      * Add endding_nodes to enhance genSugraph logic
      
      * clear endding_nodes_
      
      * polish code
      
      * rename endding_nodes to endding_nades_
      
      * Refactor grad interface
      
      * Add register_hook case to fix coverage-ci
      
      * Fix code format
      
      * Refactor general_grad
      
      * Add more code comments
      
      * call clear directly to release GradSlotMeta
      
      * fix a mistake
      
      * fix matmul/ multiply kernel logic and optional input in yaml, fill zeros logic and so on.
      
      * fix batch_norm_double_grad yaml optional config
      
      * fix tanh_triple_grad yaml and kernels
      
      * fix MultiplyTripleGradKernel optional logic
      
      * fix merge mistake
      
      * fix compile error
      
      * remove legacy attr for bn
      
      * polish code
      
      * fix some kernel
      
      * merge develop
      
      * fix error
      
      * remote log
      
      * fix kernel with full like
      
      * hide value log behind
      
      * hide value log behind
      
      * fix matmul_triple grad
      Co-authored-by: NWeilong Wu <veyron_wu@163.com>
      d1e93be1
  25. 01 12月, 2022 1 次提交
  26. 30 11月, 2022 1 次提交