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

Small fixes #6231

Merged
merged 1 commit into from
Feb 6, 2025
Merged

Small fixes #6231

merged 1 commit into from
Feb 6, 2025

Conversation

mvieth
Copy link
Member

@mvieth mvieth commented Feb 4, 2025

  • C++20 and later provides std::lerp, in that case our definition may collide
  • the SSE and AVX flags are not passed to the CUDA compiler (NVCC), so it often displays the new alignment warning -> silenced on NVCC
  • thrust::unary_function is deprecated in the newest thrust/cuda release. Luckily, it is easily replaced with two typedefs

- C++20 and later provides std::lerp, in that case our definition may collide
- the SSE and AVX flags are not passed to the CUDA compiler (NVCC), so it often displays the new alignment warning -> silenced on NVCC
- thrust::unary_function is deprecated in the newest thrust/cuda release. Luckily, it is easily replaced with two typedefs
@mvieth mvieth added the changelog: fix Meta-information for changelog generation label Feb 4, 2025
@larshg larshg merged commit 3b75493 into PointCloudLibrary:master Feb 6, 2025
13 checks passed
@mvieth mvieth deleted the misc16 branch February 6, 2025 14:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
changelog: fix Meta-information for changelog generation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants