1. 25 7月, 2023 2 次提交
    • 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
    • H
      05a40691
  2. 24 7月, 2023 8 次提交
  3. 22 7月, 2023 1 次提交
  4. 21 7月, 2023 3 次提交
  5. 20 7月, 2023 12 次提交
  6. 19 7月, 2023 11 次提交
  7. 18 7月, 2023 3 次提交
    • G
      batch add inpalce api (#55078) · 19302938
      GGBond8488 提交于
      * batch add inpalce api
      
      * fix inplace fn generate
      
      * add test for  new inpalce api
      
      * fix typro
      
      * fix typro
      
      * fix typro
      
      * fix test error
      
      * fix atan2
      
      * remove atan2
      
      * auto genereate inpalce api
      
      * fix inplace generate fn error
      
      * fix windows error
      
      * fix test error
      
      * fix test error
      
      * fix windows ci error
      
      * fix test error
      
      * fix test_error
      
      * fix test error
      
      * fix eigen aliasing error in inplace
      
      * remove elementwise_pow inplace
      
      * fix doc error
      
      * fix test error
      19302938
    • H
      [NewIR]Fix new ir concat split bug (#55419) · 5e6645d7
      hong 提交于
      * fix new ir concat op bug
      
      * fix bug
      
      * using add_n_with_kernel instead of add_n impl
      
      * fix pd_op yaml bug
      
      * fix bug
      5e6645d7
    • F
      Fix UT: Try fixing test_the_one_ps and test_communicator_geo (#55263) · 5e61b04c
      Frank Lin 提交于
      * extend timeout
      
      * Rewrite test_communicator_geo
      
      * black
      5e61b04c