-
Notifications
You must be signed in to change notification settings - Fork 5.6k
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
base: develop
Are you sure you want to change the base?
Conversation
你的PR提交成功,感谢你对开源项目的贡献! |
op->attribute<pir::BoolAttribute>(kCanRunTrtAttr).data()) { | ||
return false; | ||
} | ||
#if IS_TRT_VERSION_LT(8400) |
There was a problem hiding this comment.
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) |
There was a problem hiding this comment.
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下
There was a problem hiding this comment.
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下
是指不需要完成该任务吗?
delete yolo
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. |
PR Category
User Experience
PR Types
New features
Description
新增了pd_op.logical_or、pd_op.yolo_ box_head Converter