-
Notifications
You must be signed in to change notification settings - Fork 668
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(autoware_lidar_centerpoint): place device vector in CUDA device system #8272
fix(autoware_lidar_centerpoint): place device vector in CUDA device system #8272
Conversation
…ystem Signed-off-by: amadeuszsz <amadeusz.szymko.2@tier4.jp>
Thank you for contributing to the Autoware project! 🚧 If your pull request is in progress, switch it to draft mode. Please ensure:
|
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #8272 +/- ##
===========================================
+ Coverage 15.09% 29.18% +14.09%
===========================================
Files 1967 1602 -365
Lines 135941 117583 -18358
Branches 42122 50674 +8552
===========================================
+ Hits 20520 34318 +13798
+ Misses 92700 74082 -18618
+ Partials 22721 9183 -13538
*This pull request uses carry forward flags. Click here to find out more. ☔ View full report in Codecov by Sentry. |
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 !
…ystem (autowarefoundation#8272) Signed-off-by: amadeuszsz <amadeusz.szymko.2@tier4.jp>
…ystem (autowarefoundation#8272) Signed-off-by: amadeuszsz <amadeusz.szymko.2@tier4.jp>
…ystem (autowarefoundation#8272) Signed-off-by: amadeuszsz <amadeusz.szymko.2@tier4.jp> Signed-off-by: Kenzo Lobos-Tsunekawa <kenzo.lobos@tier4.jp>
Description
CUDA 12.5 makes device vectors works with CUDA target only by default. Before this PR it works, but it shouldn't. As maintainer says no Thrust header can be included in a host-only TU.
Related links
Parent Issue:
How was this PR tested?
Notes for reviewers
None.
Interface changes
None.
Effects on system behavior
None.