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

【SCU】【Paddle TensorRT No.27】Add pd_op.logical_or converter #69788

Open
wants to merge 14 commits into
base: develop
Choose a base branch
from

Conversation

Sylence8
Copy link
Contributor

PR Category

User Experience

PR Types

New features

Description

新增了pd_op.logical_or、pd_op.yolo_ box_head Converter

Copy link

paddle-bot bot commented Nov 28, 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.

op->attribute<pir::BoolAttribute>(kCanRunTrtAttr).data()) {
return false;
}
#if IS_TRT_VERSION_LT(8400)
Copy link
Contributor

Choose a reason for hiding this comment

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

只是不支持静态shape

@@ -86,6 +86,7 @@ DEFINE_GENERAL_PATTERN(Floor, paddle::dialect::FloorOp)
DEFINE_GENERAL_PATTERN(Roll, paddle::dialect::RollOp)
DEFINE_GENERAL_PATTERN(Softplus, paddle::dialect::SoftplusOp)
DEFINE_GENERAL_PATTERN(ThresholdedRelu, paddle::dialect::ThresholdedReluOp)
DEFINE_GENERAL_PATTERN(Yolo_Box_Head, paddle::dialect::YoloBoxHeadOp)
Copy link
Contributor

Choose a reason for hiding this comment

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

我刚看了下yolo_box_head不需要支持了,他不支持进入trt,旧ir下

Copy link
Contributor Author

Choose a reason for hiding this comment

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

我刚看了下yolo_box_head不需要支持了,他不支持进入trt,旧ir下

是指不需要完成该任务吗?

@Sylence8 Sylence8 changed the title 【SCU】【Paddle TensorRT No.27、59】Add pd_op.logical_or、pd_op.yolo_box_head converter 【SCU】【Paddle TensorRT No.27】Add pd_op.logical_or converter Nov 28, 2024
@luotao1 luotao1 added the HappyOpenSource Pro 进阶版快乐开源活动,更具挑战性的任务 label Nov 28, 2024
Copy link

paddle-ci-bot bot commented Dec 12, 2024

Sorry to inform you that 83d3882'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.

3 participants