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

[skip-tests] Guard inline variables with _LIBCUDACXX_INLINE_VAR macro #355

Merged
merged 1 commit into from
Aug 18, 2023

Conversation

miscco
Copy link
Collaborator

@miscco miscco commented Aug 18, 2023

gcc-6 cannot handle inline variables, so we need to guard against them.

This prevents cuDNN from switching to C++17

gcc-6 cannot handle inline variables, so we need to guard against them.
@miscco miscco requested review from a team as code owners August 18, 2023 07:45
@miscco miscco requested review from ericniebler and alliepiper and removed request for a team August 18, 2023 07:45
@miscco miscco added libcu++ For all items related to libcu++ bug Something isn't working right. labels Aug 18, 2023
@wmaxey wmaxey merged commit a798fa9 into NVIDIA:main Aug 18, 2023
436 of 437 checks passed
@miscco miscco deleted the gcc6_inline_variables branch August 18, 2023 15:38
alliepiper pushed a commit to alliepiper/cccl that referenced this pull request Aug 30, 2023
…ro (NVIDIA#355)

gcc-6 cannot handle inline variables, so we need to guard against them.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working right. libcu++ For all items related to libcu++
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

2 participants