-
Notifications
You must be signed in to change notification settings - Fork 4.3k
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
Replace the SFINAE check with static_assert [13.1.x] #42439
Replace the SFINAE check with static_assert [13.1.x] #42439
Conversation
Works around a rare bug in nvcc/gcc that causes a function-static variable to be emitted as a local symbol instead of a unique global symbol.
type bugfix |
A new Pull Request was created by @fwyzard (Andrea Bocci) for CMSSW_13_1_X. It involves the following packages:
@cmsbuild, @makortel, @fwyzard can you please review it and eventually sign? Thanks. cms-bot commands are listed here
|
backport #42425 |
please test |
+1 Summary: https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-fda7ec/34018/summary.html Comparison SummarySummary:
|
+1 |
merge |
+heterogeneous |
This pull request is fully signed and it will be integrated in one of the next CMSSW_13_1_X IBs after it passes the integration tests and once validation in the development release cycle CMSSW_14_1_X is complete. |
cms-bot internal usage |
PR description:
Works around a rare bug in nvcc/gcc that causes a function-static variable to be emitted as a local symbol instead of a unique global symbol.
PR validation:
Adding these changes on top of a setup that is failing as described in #42414 prevents the crash at the end of the job.
PR backports:
Backport of #42425 to 13.1.x to fix Alpaka-related developments and workflows.