Skip to content
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

feat(autoware_cuda_pointcloud_preprocessor): a cuda-accelerated pointcloud preprocessor #9454

Merge branch 'main' into feat/cuda_blackboard_pointcloud_preprocessing

2a1ff8c
Select commit
Loading
Failed to load commit list.
Merged

feat(autoware_cuda_pointcloud_preprocessor): a cuda-accelerated pointcloud preprocessor #9454

Merge branch 'main' into feat/cuda_blackboard_pointcloud_preprocessing
2a1ff8c
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Mar 18, 2025 in 0s

26.23% (target 0.00%)

View this Pull Request on Codecov

26.23% (target 0.00%)

Details

Codecov Report

Attention: Patch coverage is 0% with 469 lines in your changes missing coverage. Please review.

Project coverage is 26.23%. Comparing base (7686e5a) to head (2a1ff8c).
Report is 2 commits behind head on main.

Files with missing lines Patch % Lines
...cloud_preprocessor/cuda_pointcloud_preprocessor.cu 0.00% 165 Missing ⚠️
...preprocessor/cuda_pointcloud_preprocessor_node.cpp 0.00% 124 Missing ⚠️
.../cuda_pointcloud_preprocessor/undistort_kernels.cu 0.00% 89 Missing ⚠️
...e/autoware/cuda_pointcloud_preprocessor/memory.hpp 0.00% 43 Missing ⚠️
...src/cuda_pointcloud_preprocessor/common_kernels.cu 0.00% 24 Missing ⚠️
...c/cuda_pointcloud_preprocessor/organize_kernels.cu 0.00% 17 Missing ⚠️
...rc/cuda_pointcloud_preprocessor/outlier_kernels.cu 0.00% 6 Missing ⚠️
...loud_preprocessor/cuda_pointcloud_preprocessor.hpp 0.00% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #9454      +/-   ##
==========================================
+ Coverage   26.05%   26.23%   +0.18%     
==========================================
  Files        1374     1387      +13     
  Lines      106351   107189     +838     
  Branches    40877    41227     +350     
==========================================
+ Hits        27709    28124     +415     
- Misses      75940    75996      +56     
- Partials     2702     3069     +367     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • Test Analytics: Detect flaky tests, report on failures, and find test suite problems.