1. 03 8月, 2023 1 次提交
  2. 31 7月, 2023 1 次提交
  3. 26 7月, 2023 1 次提交
  4. 25 7月, 2023 1 次提交
    • Q
      解决 grad_fn next_functions api 接口导致内存异常的问题 - (#55627) · 03a2f187
      qiuwenbo 提交于
      * [尝试] 给tensor增加一个属性, 这个属性是一个定值 1
      
      * 暴露gradnode 并构建gradnode新的方法(用来测试)进行暴露给python python端可以访问
      
      * 开发grad_fn、next_functions两个API 并暴露到python端- 做一些规范化处理
      
      * 增加一个单元测试
      
      * 优化 code-style
      
      * 将单侧文件迁到正确的位置
      
      * 优化 code-style
      
      * 删除无用注释
      
      * 解决 __main__ has no attribute
      
      * 修改单侧文件
      
      * 修改单侧脚本-temp
      
      * 解决 grad_fn next_functions api 接口导致内存异常的问题
      
      * 修改单测内容
      
      * 解决 code-style 问题
      03a2f187
  5. 19 7月, 2023 1 次提交
  6. 12 7月, 2023 1 次提交
  7. 11 7月, 2023 1 次提交
  8. 07 7月, 2023 1 次提交
  9. 04 7月, 2023 1 次提交
  10. 03 7月, 2023 1 次提交
  11. 28 6月, 2023 1 次提交
  12. 26 6月, 2023 1 次提交
  13. 16 6月, 2023 1 次提交
    • R
      Run plan in standalone executor (#54394) · 752670e2
      Ruibiao Chen 提交于
      * Run plan in standalone executor
      
      * Update codes
      
      * Update atol and rtol for py3-CI
      
      * Add scope to cache key
      
      * Fix CI errors
      
      * Fix code style
      
      * Update codes
      
      * Remove fetch_name in standalone executor
      
      * Fix UT
      
      * Update codes
      
      * Fix new IR bug
      752670e2
  14. 15 6月, 2023 1 次提交
    • H
      [IR] [Baby step] New interprector support new ir (#54570) · ce0c5c27
      hong 提交于
      * add kernel dialect
      
      * change DenseTensorTypeStorage to DenseTensorType
      
      * add test case`
      
      * add first pd_op to kernel dialect
      
      * lower pd op to kernel dialect
      
      * update
      
      * update
      
      * remove useless code
      
      * add attrite print test
      
      * fix bug
      
      * update
      
      * update
      
      * update
      
      * update
      
      * polish code
      
      * fix bug
      
      * polish  code  and add python test
      
      * add test
      
      * fix test error
      
      * add env flag
      
      * fix bug
      
      * revert test env
      
      * change cc_test_old to cc_test
      
      * fix build_static bug
      
      * fix type test error
      
      * udpate cmake
      
      * disable test in windows
      
      * fix inference compile
      ce0c5c27
  15. 08 6月, 2023 2 次提交
    • J
      [CINN] add `paddle.framework.core.is_run_with_cinn()` api for running check (#54355) · a0d59f9d
      jiangcheng 提交于
      * [CINN] add paddle.device.is_run_with_cinn() api for running check
      
      * for pass ci converge
      
      * add check whl should compiled with cinn
      
      * fix ci coverage bug
      
      * remove exposed API
      
      * import is_run_with_cinn explicitly
      a0d59f9d
    • Y
      [AMP] Add check_numerics API. (#54301) · a5444592
      Yiqun Liu 提交于
      * Add outputs to check_numerics_kernel.
      
      * Add check_numerics to yaml.
      
      * Add API and unittest.
      
      * Add check_nan_inf_level as argument of check_numerics_kernel.
      
      * Add more unittests.
      
      * Fix static API implementation and unittest.
      
      * Move the implementation of check_numerics to paddle.amp.
      
      * Fix import error.
      a5444592
  16. 07 6月, 2023 1 次提交
  17. 02 6月, 2023 1 次提交
  18. 01 6月, 2023 1 次提交
  19. 31 5月, 2023 1 次提交
  20. 30 5月, 2023 1 次提交
  21. 25 5月, 2023 1 次提交
  22. 23 5月, 2023 1 次提交
  23. 19 5月, 2023 1 次提交
  24. 18 5月, 2023 2 次提交
  25. 16 5月, 2023 1 次提交
    • X
      【static】modify backward prune logic for EmptygradOpMaker (#53746) · 69161a96
      xiaoguoguo626807 提交于
      * add rules
      
      * modify no kernel yaml parse
      
      * success op generate
      
      * success test_silu_double
      
      * modify bug
      
      * modify static error
      
      * modify silu_grad input
      
      * modify kernel signature
      
      * modify kernel signature
      
      * code style
      
      * code style
      
      * review
      
      * delete opinfo modify
      
      * modify gradOpMaker
      
      * modify gradOpMaker
      
      * modify genarated-j2
      
      * add approve rules
      
      * modify aytograd_functional_static_test
      69161a96
  26. 15 5月, 2023 1 次提交
  27. 25 4月, 2023 1 次提交
    • Y
      [PHI]Add flags macro for PHI (#52991) · 22e96bde
      YuanRisheng 提交于
      * add flags for phi
      
      * fix compile bugs
      
      * fix ci bugs
      
      * fix inference bugs
      
      * fix cinn' bugs
      
      * fix cinn bugs
      
      * perfect code according comment
      
      * fix ci bugs
      
      * fix ci bugs
      22e96bde
  28. 24 4月, 2023 1 次提交
  29. 12 4月, 2023 1 次提交
  30. 10 4月, 2023 1 次提交
    • H
      [Opt Performance] Optimize custom operator performance (#52597) · 01247e33
      HongyuJia 提交于
      * [Opt Performance] Optimize custom operator performance, reconstruct python API auto-gen, add cache and use const inference
      
      * opt AutoGradMeta implementation
      
      * remove profiler codes
      
      * fix unit test
      
      * change year, 2021->2023
      
      * fix int64_t parse bug
      01247e33
  31. 06 4月, 2023 2 次提交
  32. 03 4月, 2023 2 次提交
  33. 01 4月, 2023 1 次提交
  34. 30 3月, 2023 1 次提交
  35. 29 3月, 2023 1 次提交
  36. 23 3月, 2023 1 次提交