-
Notifications
You must be signed in to change notification settings - Fork 34
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: optimize voxel indexing in preprocess_kernel.cu #1688
feat: optimize voxel indexing in preprocess_kernel.cu #1688
Conversation
|
Currently waiting for the discussion results in autowarefoundation#9608, but I think we can merge this since v4.0.1 is tentative and running in our test drive will prove safety in this PR. |
@YoshiRi autowarefoundation#9608 has been merged. |
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
Merge this after following PR → OK now I will merge this. |
* Merge pull request #1688 from technolojin/feat/centerpoint/voxel-fill-from-front feat: optimize voxel indexing in preprocess_kernel.cu Signed-off-by: Taekjin LEE <[email protected]> * fix: clip the index in range Signed-off-by: Taekjin LEE <[email protected]> --------- Signed-off-by: Taekjin LEE <[email protected]> Co-authored-by: Yoshi Ri <[email protected]>
Description
alternative of PR #1672
description: please see autowarefoundation#9608
Related links
Parent Issue:
How was this PR tested?
Notes for reviewers
None.
Interface changes
None.
Effects on system behavior
None.