1. 05 1月, 2023 1 次提交
  2. 30 12月, 2022 1 次提交
  3. 28 12月, 2022 1 次提交
  4. 23 12月, 2022 1 次提交
  5. 20 12月, 2022 1 次提交
    • HappyHeavyRain's avatar
      Generate static graph code of some ops (#49092) · 11d7026b
      HappyHeavyRain 提交于
      * generate static graph code of some ops
      
      * change the default value of 'num' of 'unstack'
      
      * revert the pow
      
      * fix the 'real' 'imag' op error because of 'complex'
      
      * fix the code according to review
      11d7026b
  6. 13 12月, 2022 1 次提交
  7. 12 12月, 2022 1 次提交
  8. 09 12月, 2022 1 次提交
  9. 05 12月, 2022 1 次提交
  10. 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
  11. 29 11月, 2022 1 次提交
  12. 28 11月, 2022 1 次提交
  13. 17 11月, 2022 1 次提交
  14. 14 11月, 2022 1 次提交
  15. 11 11月, 2022 1 次提交
  16. 09 11月, 2022 2 次提交
  17. 04 11月, 2022 2 次提交
  18. 02 11月, 2022 1 次提交
  19. 01 11月, 2022 1 次提交
  20. 31 10月, 2022 1 次提交
  21. 28 10月, 2022 2 次提交
  22. 24 10月, 2022 1 次提交
  23. 19 10月, 2022 1 次提交
  24. 12 10月, 2022 1 次提交
  25. 19 9月, 2022 1 次提交
  26. 14 9月, 2022 1 次提交
  27. 16 8月, 2022 1 次提交
    • S
      [geometric]Add paddle.geometric.send_uv API (#44848) · 88724a53
      Siming Dai 提交于
      * initial commit
      
      * fix op maker bug
      
      * fix mul grad bug
      
      * add unittest
      
      * fix add grad bug, add cpu kernel
      
      * add paddle.geometric.message_passing
      
      * add paddle.geometric.send_uv api, add unittest
      
      * add fp16 judgement
      
      * fix file typo, move compute_type to message_op
      
      * add impl file
      
      * fix unittest timeout time
      
      * add review revise
      88724a53
  28. 09 8月, 2022 1 次提交
  29. 05 8月, 2022 1 次提交
    • F
      move fft kernels to phi (#44714) · 153f1138
      Feiyu Chan 提交于
      * move fft kernels to phi, done with cufft, pocketfft, mkl_cdft, hipfft
      * make stft_op use fft from phi/kernels/funcs, clean code
      153f1138
  30. 28 7月, 2022 1 次提交
    • C
      Move api(lgamma) from legacy_api.yaml to api.yaml (#44355) · 511a2c1c
      Charles-hit 提交于
      * Move api(lgamma) from legacy_api.yaml to api.yaml
      
      * Move api(lgamma) from legacy_api.yaml to api.yaml
      
      * Move api(lgamma) from legacy_api.yaml to api.yaml
      
      * modify code style
      
      * add x to X mapping
      
      * add definition of lgamma
      
      * delete redundant lgamma definitions
      
      * Modify code comments
      
      * Modify ops.py code format
      
      * add lgamma  single test and lgamma api in fluid
      
      * Optimized lgamma unittest
      511a2c1c
  31. 19 7月, 2022 1 次提交
    • W
      [Phi] Migrate infermeta and add yaml for solve op (#44379) · 5dfb87d9
      Weilong Wu 提交于
      * migrate solve kernel to phi
      
      * re useless header file, fix a bug in grad_kernel_impl
      
      * add header file in need
      
      * add yaml for solve op
      
      * fix solve_sig.cc ArgumentMapping and update tests case
      
      * disable legacy dygraph check in op_test
      
      * rm solve_op.cc / solve_sig.cc and migrate yaml config
      
      * Update op_test.py
      
      disable legacy dygraph check when check_eager is True
      5dfb87d9
  32. 14 7月, 2022 1 次提交
  33. 01 7月, 2022 1 次提交
  34. 30 6月, 2022 1 次提交
  35. 29 6月, 2022 1 次提交
  36. 27 6月, 2022 1 次提交
  37. 23 6月, 2022 1 次提交