1. 16 5月, 2023 1 次提交
  2. 15 5月, 2023 1 次提交
  3. 11 5月, 2023 1 次提交
  4. 10 5月, 2023 1 次提交
    • R
      [NPU] PP for npu (#53501) · f023d42f
      Roc 提交于
      * revert p2p communication for xpu
      
      * pp for npu
      
      * update
      
      * update
      
      * fix xpuplace
      
      * add ut for sync send
      
      * Revert "fix xpuplace"
      
      This reverts commit f89c1d7622426686bc153a3414a42c39e0f4a647.
      
      * add ut for pp sync send
      
      * rm unusable ut
      
      * update
      f023d42f
  5. 09 5月, 2023 1 次提交
  6. 08 5月, 2023 1 次提交
  7. 27 4月, 2023 1 次提交
  8. 26 4月, 2023 1 次提交
  9. 25 4月, 2023 1 次提交
  10. 24 4月, 2023 2 次提交
  11. 11 4月, 2023 1 次提交
  12. 10 4月, 2023 1 次提交
  13. 08 4月, 2023 1 次提交
  14. 07 4月, 2023 1 次提交
  15. 04 4月, 2023 2 次提交
  16. 31 3月, 2023 2 次提交
  17. 30 3月, 2023 5 次提交
  18. 28 3月, 2023 2 次提交
  19. 25 3月, 2023 1 次提交
  20. 24 3月, 2023 2 次提交
    • TaoTao Li's avatar
      add phi operator allreduce/reduce (#51857) · 47f87ad3
      TaoTao Li 提交于
      * add all_reduce, reduce kernel and api
      
      * fix all_reduce reduce ut
      
      fix reduce op maker conflict
      
      fix merge conflicts
      
      * fix conflicts, rename ReduceOp->ReduceBaseOp in reduce_ops
      
      rename allreduce op, to remove
      
      * fix code format
      
      fix comments
      
      * modify test_collective_reduce_api ut timeout
      
      * fix PR-CI-Build
      
      fix comments: format phi operator
      47f87ad3
    • W
      Del old dygraph optest5 (#51686) · 6261076c
      wanghuancoder 提交于
      * delete old dygraph op test
      6261076c
  21. 23 3月, 2023 1 次提交
  22. 22 3月, 2023 3 次提交
  23. 21 3月, 2023 2 次提交
  24. 20 3月, 2023 3 次提交
    • A
      [CodeStyle][UP008] remove super call with parameters (#51812) · 81f3f6b5
      Ainavo 提交于
      * remove super call with parameters
      
      * fix bug
      81f3f6b5
    • G
      【fluid clean】Move out layers and layers helper (#49415) · 1d5cad23
      GGBond8488 提交于
      * remove no used fluid beam_search_decoder
      
      * move Layer and related helper to paddle.nn.common
      
      * modify Layer references from dygraph.layers.Layer to paddle.nn.common.layers
      
      * stash changge
      
      * remove fluid layer_object_helper, layers.py
      
      * remove fluid layers init
      
      * add setip
      
      * fix unitest
      
      * delete layers in fluid.dygraph
      
      * merge paddle.tensor.stat,py
      
      * fix circle import
      
      * fix curcle import
      
      * remove redundant in_dygraph_mode import
      
      * revoce paddle.nn.common.* in fluid.__init__
      
      * recovery nn.rnn
      
      * paddle.frame use lazy import import paddle.jit to avoid circle import
      
      * remove left dygraph.layers ref
      
      * merge develop
      
      * fix import error
      
      * fix test error
      
      * fxi merge error
      
      * fix test fluid.Layer
      
      * fix test error
      
      * fix test error
      
      * fix import error
      
      * fix import error
      
      * fix comments
      
      * fix circle import
      
      * fix rnn import error
      
      * fix circle import
      1d5cad23
    • G
      Fluid clean move out fill constant (#49511) · c985b1ac
      GGBond8488 提交于
      * migrate fill_constant to paddle.tensor
      
      * move fill_constant to paddle.tensor and repalce the reference
      
      * add missing fill_constant replacement
      
      * fix typro
      
      * remove unused import fill_constant
      
      * fix zeros import error
      
      * fix circle import
      
      * fix layers.zeros
      
      * fix unitest
      
      * fix unitests
      
      * fix unitest
      
      * use paddle.full replace fill_constant in samplecode
      
      * fix sample code
      
      * recovery xpu test
      
      * recovery xpu test
      
      * fix circle import
      
      * fix utils import error
      
      * fix utils error
      
      * fix circle import
      
      * redo
      
      * fix circle import
      
      * fix prim fill constant import
      
      * fix type error
      
      * fix increase error
      
      * fix test error
      
      * fix fill_constant
      c985b1ac
  25. 15 3月, 2023 1 次提交
  26. 13 3月, 2023 1 次提交