-
Notifications
You must be signed in to change notification settings - Fork 667
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
fix(tensor-rt): allow deprecated declarations for some tensorrt packages #2559
Conversation
Signed-off-by: M. Fatih Cırıt <mfc@leodrive.ai>
This is a very simple and non-destructive change PR, I'd appreciate if we can merge it soon. |
Codecov ReportBase: 11.29% // Head: 10.99% // Decreases project coverage by
Additional details and impacted files@@ Coverage Diff @@
## main #2559 +/- ##
==========================================
- Coverage 11.29% 10.99% -0.30%
==========================================
Files 1168 1220 +52
Lines 81842 84007 +2165
Branches 20938 20938
==========================================
Hits 9240 9240
- Misses 62738 64903 +2165
Partials 9864 9864
*This pull request uses carry forward flags. Click here to find out more.
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov. |
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
…ges (autowarefoundation#2559) Signed-off-by: M. Fatih Cırıt <mfc@leodrive.ai> Signed-off-by: kminoda <koji.minoda@tier4.jp>
Signed-off-by: M. Fatih Cırıt mfc@leodrive.ai
Description
Part of: #2330
Until we upgrade the packages, we can allow deprecated declarations in
CMakeLists.txt
files of the respective packages.I've compiled all with latest TensorRT 8.5 and it compiles fine. I've also checked the
traffic_light_ssd_fine_detector
and it seems to be working just fine in latest version.I went for this quick fix because updating enqueueV2 to enqueueV3 was complicated for me, I didn't want to spend more time on it.
I was going to add updated and deprecated codes together like I did in #2325 but
enqueueV3
part didn't work as I expected and I didn't want to spend more time on it.This simple fix should be ok until someone with better experience can take on the rest of issues.
Pre-review checklist for the PR author
The PR author must check the checkboxes below when creating the PR.
In-review checklist for the PR reviewers
The PR reviewers must check the checkboxes below before approval.
Post-review checklist for the PR author
The PR author must check the checkboxes below before merging.
After all checkboxes are checked, anyone who has write access can merge the PR.