Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[HEU][Paddle TensorRT No.62、64] Add (pd_op.index_put、pd_op.pow) converter #69889

Closed
wants to merge 36 commits into from

Conversation

fangfangssj
Copy link
Contributor

@fangfangssj fangfangssj commented Dec 2, 2024

PR Category

Inference

PR Types

New features

Description

新增了pd_op.index_put Marker和Converter
新增了pd_op.pow Marker和Converter
pcard-71500

Copy link

paddle-bot bot commented Dec 2, 2024

你的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 paddle-bot bot added the contributor External developers label Dec 2, 2024
@luotao1 luotao1 added the HappyOpenSource Pro 进阶版快乐开源活动,更具挑战性的任务 label Dec 3, 2024
self.api_args = {
"x": np.random.random([3, 3]).astype("float32"),
"indices": ([0, 1, 2], [1, 2, 1]),
"value": [1.0, 1.0, 1.0],
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

marker里限制了value的shape固定为1,但是单测给的value shape全部都是大于1,这不太合理

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

已修改

@fangfangssj fangfangssj marked this pull request as draft December 18, 2024 09:26
@fangfangssj fangfangssj marked this pull request as ready for review December 18, 2024 09:27
@fangfangssj fangfangssj marked this pull request as draft December 24, 2024 02:38
@fangfangssj fangfangssj marked this pull request as ready for review December 24, 2024 02:38
Copy link

paddle-ci-bot bot commented Jan 6, 2025

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

Copy link

paddle-ci-bot bot commented Feb 10, 2025

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
contributor External developers HappyOpenSource Pro 进阶版快乐开源活动,更具挑战性的任务
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants