You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(cmake): improve CUDA C++ standard for compatibility with gcc-14 (#5036)
NVCC compilation errors with gcc-14 and C++11.
Cases in other repos:
https://gitlab.archlinux.org/archlinux/packaging/packages/cuda/-/issues/12
<!-- This is an auto-generated comment: release notes by coderabbit.ai
-->
## Summary by CodeRabbit
* **Chores**
* Improved GPU build configuration to better support newer compiler
versions (GCC/Clang 14+) and preserve user-specified C++ standards
during compilation.
<!-- end of auto-generated comment: release notes by coderabbit.ai -->
Signed-off-by: Jinzhe Zeng <[email protected]>
0 commit comments