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

Removed computeWeirdPointNormals from normal_3d.cu #2208

Closed
wants to merge 1 commit into from
Closed

Removed computeWeirdPointNormals from normal_3d.cu #2208

wants to merge 1 commit into from

Conversation

cmcmurrough
Copy link
Contributor

The function "computeWeirdPointNormals" and its associated template instantiations are undocumented, unused anywhere in PCL, and cause compilation failure with CUDA 9.1 on Ubuntu (see issue #2207). This fix results in successful compilation.

The function "computeWeirdPointNormals" and its associated template instantiations are undocumented, unused anywhere in PCL, and cause compilation failure with CUDA 9.1 on Ubuntu (see issue #2207). This fix results in successful compilation.
@taketwo
Copy link
Member

taketwo commented Feb 10, 2018

Under these circumstances (no documentation, unused, broken), I'd say it's fine to wipe this function out indeed. @SergioRAgostinho what do you think? Alternatively, we can be conservative and just conditionally disable it for CUDA >= 9.

@SergioRAgostinho SergioRAgostinho added the needs: code review Specify why not closed/merged yet label Feb 10, 2018
@SergioRAgostinho SergioRAgostinho added this to the pcl-1.9.0 milestone Feb 10, 2018
@SergioRAgostinho
Copy link
Member

I need to spend some time on it to have a better insight. I'll provide feedback before the 1.9 release.

@SergioRAgostinho SergioRAgostinho self-assigned this Feb 13, 2018
@SergioRAgostinho SergioRAgostinho removed their assignment Feb 14, 2018
@SergioRAgostinho SergioRAgostinho removed the needs: code review Specify why not closed/merged yet label Feb 14, 2018
@SergioRAgostinho SergioRAgostinho removed this from the pcl-1.9.0 milestone Feb 14, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants