-
Notifications
You must be signed in to change notification settings - Fork 4.4k
Add a test for missing dictionaries with CUDA headers [15.0.x] #47732
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
base: CMSSW_15_0_X
Are you sure you want to change the base?
Add a test for missing dictionaries with CUDA headers [15.0.x] #47732
Conversation
Add a test to check that the framework handles correctly the case of edm::Wrapper<T> where: - T has a dictionary - edm::Wrapper<T> does not have a dictionary - the corresponding classes.h file includes CUDA headers
backport #47731 |
A new Pull Request was created by @fwyzard for CMSSW_15_0_X. It involves the following packages:
@cmsbuild, @fwyzard, @makortel can you please review it and eventually sign? Thanks. cms-bot commands are listed here
|
cms-bot internal usage |
please test with cms-sw/cmsdist#9766 |
+heterogeneous |
This pull request is fully signed and it will be integrated in one of the next CMSSW_15_0_X IBs after it passes the integration tests and once validation in the development release cycle CMSSW_15_1_X is complete. This pull request will now be reviewed by the release team before it's merged. @sextonkennedy, @mandrenguyen, @rappoccio, @antoniovilela (and backports should be raised in the release meeting by the corresponding L2) |
+1 Size: This PR adds an extra 20KB to repository Comparison SummarySummary:
|
please test |
-1 Failed Tests: UnitTests Unit TestsI found 1 errors in the following unit tests: ---> test testMissingDictionaryCUDA had ERRORS Comparison SummarySummary:
|
please test with cms-sw/cmsdist#9766 |
+1 Size: This PR adds an extra 20KB to repository Comparison SummarySummary:
|
+1 |
This pull request is fully signed and it will be integrated in one of the next CMSSW_15_0_X IBs (tests are also fine) and once validation in the development release cycle CMSSW_15_1_X is complete. This pull request will now be reviewed by the release team before it's merged. @sextonkennedy, @antoniovilela, @rappoccio, @mandrenguyen (and backports should be raised in the release meeting by the corresponding L2) |
hold |
Pull request has been put on hold by @mandrenguyen |
PR description:
Add a test to check that the framework handles correctly the case of
edm::Wrapper<T>
where:T
has a dictionaryedm::Wrapper<T>
does not have a dictionaryclasses.h
file includes CUDA headersPR validation:
The new unit test currently fails, due to a known issue in the ROOT distribution (#47400).
Updating the ROOT build to generate the
cuda.pcm
file (cms-sw/cmsdist#9766) avoids the fatal exception, and lets ROOT report a missing dictionary normally.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 #47731 and #47743.