-
Notifications
You must be signed in to change notification settings - Fork 682
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(tensorrt_yolo): multi gpu on component container #2297
Conversation
Signed-off-by: Kaan Colak <kcolak@leodrive.ai>
Hello, @wep21 Nithimatsu-san and, @yukkysaito Saito-san, Could you review this PR? Do you have any opinion or alternative solution? |
Codecov ReportBase: 10.55% // Head: 10.55% // Decreases project coverage by
Additional details and impacted files@@ Coverage Diff @@
## main #2297 +/- ##
==========================================
- Coverage 10.55% 10.55% -0.01%
==========================================
Files 1256 1256
Lines 91029 91048 +19
Branches 20790 20790
==========================================
Hits 9611 9611
- Misses 71260 71279 +19
Partials 10158 10158
*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. |
Signed-off-by: Kaan Colak <kcolak@leodrive.ai>
Signed-off-by: Kaan Çolak <kaancolak95@gmail.com>
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
@xmfcx @yukkysaito Do you have another comment?
…ion#2297) Signed-off-by: Kaan Colak <kcolak@leodrive.ai> Signed-off-by: Kaan Çolak <kaancolak95@gmail.com> Signed-off-by: Kotaro Yoshimoto <pythagora.yoshimoto@gmail.com>
…ion#2297) Signed-off-by: Kaan Colak <kcolak@leodrive.ai> Signed-off-by: Kaan Çolak <kaancolak95@gmail.com> Signed-off-by: kminoda <koji.minoda@tier4.jp>
Signed-off-by: Kaan Colak kcolak@leodrive.ai
When working with tensorrt_yolo on multiple GPU device without compostable node container everything works fine.
But when I use
tensorrt_ yolo
as a component nodelet, ifgpu_device
is set to another then0
tensorrt_yolo
gives seg fault.Description
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.