-
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
Initialise local variables to null pointers [13.0.x] #40894
Initialise local variables to null pointers [13.0.x] #40894
Conversation
Initialise C strings to null pointers. Otherwise, when CUDA is not available, the CUDA stub library functions will not (re)set them, leaving them uninitialised.
A new Pull Request was created by @fwyzard (Andrea Bocci) for CMSSW_13_0_X. It involves the following packages:
@cmsbuild, @makortel, @fwyzard can you please review it and eventually sign? Thanks. cms-bot commands are listed here
|
type bugfix |
+heterogeneous |
backport #40840 |
please test |
This pull request is fully signed and it will be integrated in one of the next CMSSW_13_0_X IBs after it passes the integration tests and once validation in the development release cycle CMSSW_13_1_X is complete. This pull request will now be reviewed by the release team before it's merged. @perrotta, @dpiparo, @rappoccio (and backports should be raised in the release meeting by the corresponding L2) |
not urgent, but please merge for 13.0.0 to avoid unit test failures |
+1
|
-1 Failed Tests: RelVals-INPUT RelVals-INPUTThe relvals timed out after 4 hours. Comparison SummarySummary:
|
@perrotta, looks like this didn't get merged. |
merge |
PR description:
Initialise C strings to null pointers. Otherwise, when CUDA is not available, the CUDA stub library functions will not (re)set them, leaving them uninitialised.
PR validation:
Fixes
testCudaCheck
on ARM.If this PR is a backport please specify the original PR and why you need to backport that PR. If this PR will be backported please specify to which release cycle the backport is meant for:
Backport of #40840 to CMSSW 13.0.x.