-
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
Fixes bug when SoA has not columns, only scalars. #42109
Conversation
-code-checks Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-42109/36087
Code check has found code style and quality issues which could be resolved by applying following patch(s)
|
-code-checks Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-42109/36088
Code check has found code style and quality issues which could be resolved by applying following patch(s)
|
+code-checks Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-42109/36091
|
A new Pull Request was created by @ericcano (Eric Cano) for master. It involves the following packages:
@cmsbuild, @makortel, @fwyzard can you please review it and eventually sign? Thanks. cms-bot commands are listed here |
enable gpu |
@cmsbuild, please test |
+1 Summary: https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-8eae33/33418/summary.html Comparison SummarySummary:
GPU Comparison SummarySummary:
|
LGTM I'd like to test this on top of the Pixel changes that could make use of a scalar-only SoA. |
+heterogeneous |
This pull request is fully signed and it will be integrated in one of the next master IBs (tests are also fine). 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) |
please test |
-1 Failed Tests: GpuUnitTests GPU Unit TestsI found errors in the following unit tests: ---> test testEigenGPUNoFit_t had ERRORS Comparison SummarySummary:
GPU Comparison SummarySummary:
|
|
please test |
-1 Failed Tests: GpuUnitTests GPU Unit TestsI found errors in the following unit tests: ---> test testEigenGPUNoFit_t had ERRORS Comparison SummarySummary:
GPU Comparison SummarySummary:
|
|
|
@perrotta, the test While of course we should look into the reason and fix it, can we merge this PR (and its backport to 13.2.x) in the meantime ? |
Just for completeness, this unit test failure is being tracked in #42460 |
+1
|
merge |
PR description:
This PR fixes and issue in macro generation of code when an SoA contains only scalars and not column. Special cases were
introduced to handle this case gracefully.
PR validation:
New SoAs with no columns are added. A successful compilation is enough to validate this PR.