Skip to content

Small fixes#6231

Merged
larshg merged 1 commit intoPointCloudLibrary:masterfrom
mvieth:misc16
Feb 6, 2025
Merged

Small fixes#6231
larshg merged 1 commit intoPointCloudLibrary:masterfrom
mvieth:misc16

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