Paddle icon indicating copy to clipboard operation
Paddle copied to clipboard

Adapting VarDesc* Attribute for OpTranslator

Open xingmingyyj opened this issue 1 year ago • 3 comments

PR Category

Others

PR Types

Improvements

Description

旧IR下SupportTensor实现的一种方式是支持Attribute的值为VarDesc*。该PR为OpTransltor适配VarDesc*类型的Attribute的翻译。利用mean op测试该部分功能。

xingmingyyj avatar Apr 15 '24 09:04 xingmingyyj

你的PR提交成功,感谢你对开源项目的贡献! 请关注后续CI自动化测试结果,详情请参考Paddle-CI手册。 Your PR has been submitted. Thanks for your contribution! Please wait for the result of CI firstly. See Paddle CI Manual for details.

paddle-bot[bot] avatar Apr 15 '24 09:04 paddle-bot[bot]

现在的错误应该是其他地方的代码生成没有考虑到VarDesc* Attribute的情形,我们不修改op_compat.yaml,只修改op_compat_gen.py里的数据结构好了

kangguangli avatar Apr 22 '24 03:04 kangguangli

Sorry to inform you that 11f8d2e's CIs have passed for more than 7 days. To prevent PR conflicts, you need to re-run all CIs manually.

paddle-ci-bot[bot] avatar May 01 '24 03:05 paddle-ci-bot[bot]

Sorry to inform you that b8d83e2's CIs have passed for more than 7 days. To prevent PR conflicts, you need to re-run all CIs manually.

paddle-ci-bot[bot] avatar May 28 '24 03:05 paddle-ci-bot[bot]