1. 16 2月, 2023 1 次提交
    • H
      [phi decoupling] remove variable.h in phi (#50407) · 905cefd4
      Huang Jiyi 提交于
      * move variable_utils from phi_api_utils to fluid
      
      * fix coment
      
      * update include
      
      * fix bugs
      
      * fix bugs
      
      * fix bugs
      
      * fix bugs
      
      * fix bugs
      
      * update
      
      * update
      
      * fix CI-Windows-OpenBLAS
      
      * fix bugs
      
      * fix bugs
      
      * fix bugs
      
      * update include
      
      * move variable_utils to phi_utils
      
      * fix namespace
      905cefd4
  2. 14 2月, 2023 1 次提交
    • 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
  3. 13 2月, 2023 2 次提交
  4. 09 2月, 2023 1 次提交
  5. 08 2月, 2023 1 次提交
  6. 06 2月, 2023 2 次提交
  7. 01 2月, 2023 2 次提交
  8. 31 1月, 2023 1 次提交
  9. 30 1月, 2023 2 次提交
  10. 19 1月, 2023 1 次提交
    • H
      Fix paddle.queeze_ bug (#49903) · 11e34ae0
      heliqi 提交于
      * fix queeze_ bug
      
      * fix slove use squeeze_kernel
      
      * fix slove use squeeze_kernel
      
      * fix slove use squeeze_kernel
      
      * add test case
      11e34ae0
  11. 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
  12. 10 1月, 2023 1 次提交
  13. 04 1月, 2023 1 次提交
    • H
      [Unify KernelKey] change OpKernelType->KernelKey (#49138) · 4383494f
      HongyuJia 提交于
      * execute use kernel_key first
      
      * change OpKernelType->KernelKey
      
      * fix py3 compile error, remove redundant header files
      
      * fix build_strategy_test
      
      * fix DataType::RAW
      
      * fix custom_type test: operator_test.cc
      
      * fix transform place
      
      * fix backends_are_same_class
      
      * try fix place TransDataDevice
      
      * support all KernelKey
      
      * fix TransformData
      
      * fix place_are_same_class
      
      * fix merge
      
      * fix test_params_no_grad
      
      * fix specific place of GetExpectedKernelType
      
      * fix specific place of GetExpectedKernelType
      
      * fix GetKernelTypeForVar
      
      * fix dtype error
      
      * fix fetch_v2
      
      * change GetKernelTypeForVar
      
      * fix interpreter
      
      * fix typo error
      
      * polish codes
      
      * polish codes
      
      * polish codes
      
      * fix conflict
      4383494f
  14. 27 12月, 2022 1 次提交
  15. 23 12月, 2022 2 次提交
    • C
      fix matmul double and triple grad (#48779) · 13c4fd59
      Charles-hit 提交于
      * fix matmul double and triple grad
      
      * remove some comment
      
      * add matmul_double_grad unit test
      
      * fix matmul triple grad
      
      * fix dot triple grad and add unit test
      
      * modify codestyle
      
      * fix dot_grad
      
      * refactor dot triple grad
      
      * disable some unit test
      
      * fix unit test
      
      * fix unit test in double grad
      13c4fd59
    • H
      add rnn-t loss and api (#49199) · c088f9ec
      Hui Zhang 提交于
      * add warp transducer code
      c088f9ec
  16. 22 12月, 2022 1 次提交
  17. 19 12月, 2022 1 次提交
  18. 15 12月, 2022 1 次提交
  19. 09 12月, 2022 1 次提交
  20. 08 12月, 2022 1 次提交
  21. 06 12月, 2022 1 次提交
  22. 05 12月, 2022 1 次提交
  23. 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
  24. 30 11月, 2022 1 次提交
  25. 28 11月, 2022 1 次提交
  26. 23 11月, 2022 2 次提交
  27. 22 11月, 2022 1 次提交
  28. 21 11月, 2022 1 次提交
  29. 17 11月, 2022 2 次提交
  30. 16 11月, 2022 1 次提交
  31. 14 11月, 2022 1 次提交
  32. 11 11月, 2022 1 次提交