Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

@crtrott
Copy link
Member

@crtrott crtrott commented Oct 24, 2025

Two issues: cmake tries to use -std=c++2a which nvcc doesn't support. No-unique-address doesn't fully work apparently.

Two issues: cmake tries to use -std=c++2a which nvcc doesn't support.
No-unique-address doesn't fully work apparently.

Signed-off-by: Christian Trott <[email protected]>
@crtrott
Copy link
Member Author

crtrott commented Oct 24, 2025

Alternatively we may wanna just prohibit using GCC 10 as host compiler for NVCC.

@JBludau
Copy link
Contributor

JBludau commented Oct 24, 2025

Alternatively we may wanna just prohibit using GCC 10 as host compiler for NVCC.

If we can, I would vote for that

Comment on lines +169 to +170
if(CMAKE_CXX_COMPILER_ID STREQUAL GNU)
if(CMAKE_CXX_COMPILER_VERSION VERSION_LESS 11)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please change if(A) if (B) -> if(A AND B)

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.

3 participants