1. 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
  2. 13 12月, 2022 1 次提交
  3. 12 12月, 2022 2 次提交
  4. 09 12月, 2022 2 次提交
  5. 05 12月, 2022 1 次提交
  6. 29 11月, 2022 1 次提交
  7. 28 11月, 2022 1 次提交
  8. 17 11月, 2022 2 次提交
  9. 11 11月, 2022 1 次提交
  10. 09 11月, 2022 1 次提交
  11. 04 11月, 2022 1 次提交
  12. 02 11月, 2022 1 次提交
  13. 01 11月, 2022 1 次提交
  14. 31 10月, 2022 1 次提交
  15. 28 10月, 2022 2 次提交
  16. 24 10月, 2022 1 次提交
  17. 19 10月, 2022 1 次提交
  18. 12 10月, 2022 1 次提交
  19. 14 9月, 2022 1 次提交
  20. 09 9月, 2022 1 次提交
  21. 16 8月, 2022 2 次提交
    • 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
    • W
      [Eager] Forword only add dygraph func (#45153) · 933db9d4
      Weilong Wu 提交于
      * [Eager draft] forward_only interface migrate to autograd_api
      
      * strings api add dygraph forward function
      
      * rm useless comments
      
      * draft version for check CI
      
      * fix ci
      
      * forward-only no need compute_require_grad and pass stop_gradient, rm useless comments
      
      * polish yaml and using CPUPlace = phi::CPUPlace
      
      * rm useless comments
      
      * polish yaml and update some test case
      
      * rm useless funcs
      
      * polish eager_gen code
      
      * polish code
      933db9d4
  22. 09 8月, 2022 1 次提交
  23. 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
  24. 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
  25. 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
  26. 14 7月, 2022 1 次提交
  27. 01 7月, 2022 1 次提交
  28. 30 6月, 2022 1 次提交
  29. 29 6月, 2022 1 次提交
  30. 27 6月, 2022 1 次提交
  31. 23 6月, 2022 1 次提交
  32. 22 6月, 2022 1 次提交
    • F
      fix bugs in codegen for operators (#43594) · a160c417
      Feiyu Chan 提交于
      * add codegen for get_expected_kernel, add argument mapping for selected_rows kernels, fix other bugs in codegen for operators.
      * move bernoulli, erf, mv, poisson, trunc, erf to api.yaml and corresponding backward api to backward.yaml
      * generate EmptyGradOpMaker for ops without grad op
      * add code to generate all possible kernel signatures for infrt
      a160c417
  33. 15 6月, 2022 1 次提交
  34. 14 6月, 2022 1 次提交
    • X
      [ Make FLAGS_einsum_opt as default ] Einsum memory optimization (#43397) · 83abec60
      xiongkun 提交于
      * change logic for optimize
      
      * modifty
      
      * optimize the backward speed of EinsumOp
      
      * add cache optimizer for einsum op
      
      * EinsumOp: fix new dygraph mode error
      
      * fix bug
      
      * change Cache->InnerCache
      
      * fix code
      
      * fix
      
      * add nan inf utils for einsum op
      
      * add as_extra
      
      * memory optimizer for einsum
      
      * update code
      83abec60
  35. 10 6月, 2022 1 次提交