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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Small fixes #6231

wants to merge 1 commit into from

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
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.

1 participant