-
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
[Inference]Fix PaddleX model bugs when convert to pir-trt (Part2) #69885
Conversation
你的PR提交成功,感谢你对开源项目的贡献! |
@@ -812,6 +759,13 @@ void TensorRTEngineInstruction::RunTrt() { | |||
} | |||
|
|||
void TensorRTEngineInstruction::Run() { | |||
#if IS_TRT_VERSION_LT(8500) |
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.
我感觉加这一句,对应Marker得改好多东西
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.
marker不是必须要改的吧
之前有限制8.5以下版本的
发自我的iPhone
…------------------ Original ------------------
From: YuanRisheng ***@***.***>
Date: Mon,Dec 9,2024 7:39 PM
To: PaddlePaddle/Paddle ***@***.***>
Cc: lizexu123 ***@***.***>, Comment ***@***.***>
Subject: Re: [PaddlePaddle/Paddle] [Inference]Fix PaddleX model bugs whenconvert to pir-trt (Part2) (PR #69885)
|
我们pir-trt以后不支持8.5以下版本了 |
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.
LGTM
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.
LGTM
PR Category
Inference
PR Types
Bug fixes
Description
card-71500
本PR修了如下bug: