1. 21 2月, 2023 1 次提交
  2. 20 2月, 2023 1 次提交
  3. 17 2月, 2023 2 次提交
  4. 16 2月, 2023 3 次提交
  5. 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
  6. 09 2月, 2023 3 次提交
    • 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
    • H
      remove layout_utils in phi (#50355) · 90650534
      Huang Jiyi 提交于
      90650534
    • 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
  7. 08 2月, 2023 2 次提交
  8. 06 2月, 2023 1 次提交
  9. 03 2月, 2023 3 次提交
  10. 02 2月, 2023 2 次提交
  11. 01 2月, 2023 2 次提交
    • 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 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
  12. 31 1月, 2023 4 次提交
  13. 30 1月, 2023 2 次提交
  14. 18 1月, 2023 1 次提交
  15. 16 1月, 2023 1 次提交
    • Z
      CUDA12.0 integration (#49539) · 1885d55a
      zlsh80826 提交于
      * Update warpctc for cuda-12
      
      * Deprecate cudaProfilerInitialize for CUDA > 11
      
      * Deprecate CUSPARSE_MV_ALG_DEFAULT for CUDA_VERSION >= 11040
      
      * Add the missing thrust header
      1885d55a
  16. 13 1月, 2023 1 次提交
  17. 12 1月, 2023 2 次提交
    • S
      lerp support 0 Tensor (#49667) · 8cd0d5b3
      sunli 提交于
      * lerp support 0 Tensor
      
      * fix lerp grad
      
      * fix lerp zero test
      
      * fix 0D + ND/ND + 0D
      
      * fix check
      
      * update code
      
      * fix lerp infer shape
      
      * static backward test
      
      * updata static graph test
      8cd0d5b3
    • Y
      [PHI]Rename some PHI Kernel (#49470) · 30f5e39b
      YuanRisheng 提交于
      * rename kernel
      
      * delete sig
      
      * modify code according comment
      
      * fix ci bugs
      30f5e39b
  18. 11 1月, 2023 1 次提交
    • Y
      Implement a common segmented array. (#49450) · b1faa562
      Yiqun Liu 提交于
      * Implement a common PointerArray.
      
      * Polish codes.
      
      * Add including of header file.
      
      * Add the branch of kFix8.
      
      * Fix compiling error.
      
      * Add alignas hint to fix the performance drop.
      
      * Optimize the H2D copy in stack_grad.
      
      * Rename the macro.
      
      * Fix align hint for different compilers.
      
      * Polish the define of PADDLE_ALIGN.
      
      * Fix compiling error.
      
      * Remove the align hint on windows.
      b1faa562
  19. 10 1月, 2023 2 次提交
  20. 09 1月, 2023 1 次提交
  21. 06 1月, 2023 1 次提交
    • J
      [zero-dim] Support 0-d for kthvalue and mode (#49340) · 292738f3
      JYChen 提交于
      * add 0-d support for paddle.kthvalue
      
      * add 0-d support for paddle.mode
      
      * fix coverage test for device
      
      * fix check-bug in windows
      
      * change axis check from LT to LE
      
      * add shape & value check for grad when input is 0d tensor
      292738f3
  22. 05 1月, 2023 2 次提交