-
Notifications
You must be signed in to change notification settings - Fork 4.6k
Integration of alpaka and macro-based SoA in CMSSW #37716
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
Integration of alpaka and macro-based SoA in CMSSW #37716
Conversation
|
@makortel FYI |
|
@ericcano next I'll try to see if the approach you presented for dictionary-based streamers cam be used with this data layout. |
|
@cmsbuild, please test with cmsdist#7828 |
|
-code-checks Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-37716/29553 ERROR: Build errors found during clang-tidy run. |
|
please test |
|
-code-checks Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-37716/29638 ERROR: Build errors found during clang-tidy run. |
|
code-checks with cms.week0.PR_c6234e23/52.0-e5fc711ca04bf11e268970421bcf4385 |
|
-code-checks Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-37716/29639
Code check has found code style and quality issues which could be resolved by applying following patch(s)
|
87fbc30 to
78a0ec5
Compare
|
+1 Summary: https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-7745f5/26391/summary.html GPU Comparison SummarySummary:
Comparison Summary@slava77 comparisons for the following workflows were not done due to missing matrix map:
Summary:
|
|
How do we get the bot to recognize that the new packages have been assigned (i.e. get rid of the |
9f8983e to
866bf1d
Compare
|
I force-pushed without any changes, let's see if that updates the labels. |
|
please test |
|
+code-checks Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-37716/31254
|
The label still appears after making a copy of this PR: #38855 . |
|
Turns out I missed one of the new packages. Should be fixed by cms-sw/cms-bot#1792. |
|
Anyway closing this PR in favour of #38855, which has a better branch name :-) |
|
+1 Summary: https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-7745f5/26438/summary.html GPU Comparison SummarySummary:
Comparison SummarySummary:
|
PR description:
This PR introduces examples with the integration of alpaka in CMSSW, and the use of macro-based SoA data structres.
PR validation:
run successfully, both with and without a GPU, using a
SwitchProducerCUDAto choose the modules to run.In both cases, the
test.rootfile created by thewriter.pyconfiguration contains the same collections:Open issues, to be followed up in future PRs
beginStream()andendStream(), because they can be called under unexpected conditions (see Integration of alpaka and macro-based SoA in CMSSW #37716 (comment))