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

fix warnings and compilation errors #20

Open
wants to merge 13 commits into
base: master
Choose a base branch
from

Conversation

christian-rauch
Copy link
Contributor

This PR enables some additional warnings as errors and fixes some of these errors (deprecated, class-memaccess, unused-variable) by replacing C arrays by STL vectors and the deprecated CUDA function __shfl_down with __shfl_down_sync.

I am getting the same results on a simple test sequence. I guess many changes to the Ferns and Deformation files are actually not actively used in Co-Fusion.

@christian-rauch christian-rauch changed the title Fix warnings fix warnings and compilation errors Sep 14, 2021
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.

None yet

1 participant