-
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
Add a test for Alpaka libraries and build rules [14.0.x] #44635
Add a test for Alpaka libraries and build rules [14.0.x] #44635
Conversation
enable gpu |
please test |
backport #44622 |
A new Pull Request was created by @fwyzard for CMSSW_14_0_X. It involves the following packages:
@makortel, @fwyzard can you please review it and eventually sign? Thanks. cms-bot commands are listed here
|
cms-bot internal usage |
+1 Summary: https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-09fbd0/38632/summary.html Comparison SummarySummary:
GPU Comparison SummarySummary:
|
The package HeterogeneousTest/AlpakaDevice implements a header only library that defines Alpaka device-only functions, and a plugin and test that use them. The package HeterogeneousTest/AlpakaKernel implements a header only library that imports device functions from HeterogeneousTest/AlpakaDevice to define Alpaka kernels, and a plugin and test that use them. The package HeterogeneousTest/AlpakaWrapper implements a library that imports kernels from HeterogeneousTest/AlpakaKernel to define and export host-only wrappers around them, usable by non-Alpaka libraries, plugins and applications, and implements a plugin and test that use them. The package HeterogeneousTest/AlpakaOpaque implements a library that imports kernels from HeterogeneousTest/AlpakaKernel to define and export host-only wrappers around the whole Alpaka section, usable by libraries, plugins and applications that are not explicitly Alpaka-aware, and implements a plugin and test that use them.
dc4faa2
to
ceaac24
Compare
please test |
+heterogeneous |
This pull request is fully signed and it will be integrated in one of the next CMSSW_14_0_X IBs after it passes the integration tests and once validation in the development release cycle CMSSW_14_1_X is complete. This pull request will now be reviewed by the release team before it's merged. @rappoccio, @sextonkennedy, @antoniovilela (and backports should be raised in the release meeting by the corresponding L2) |
+1 Summary: https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-09fbd0/38638/summary.html Comparison SummarySummary:
GPU Comparison SummarySummary:
|
+1 |
PR description:
The package
HeterogeneousTest/AlpakaDevice
implements a header only library that defines Alpaka device-only functions, and a plugin and test that use them.The package
HeterogeneousTest/AlpakaKernel
implements a header only library that imports device functions fromHeterogeneousTest/AlpakaDevice
to define Alpaka kernels, and a plugin and test that use them.The package
HeterogeneousTest/AlpakaWrapper
implements a library that imports kernels from HeterogeneousTest/AlpakaKernel to define and export host-only wrappers around them, usable by non-Alpaka libraries, plugins and applications, and implements a plugin and test that use them.The package
HeterogeneousTest/AlpakaOpaque
implements a library that imports kernels fromHeterogeneousTest/AlpakaKernel
to define and export host-only wrappers around the whole Alpaka section, usable by libraries, plugins and applications that are not explicitly Alpaka-aware, and implements a plugin and test that use them.In addition, fix the CUDA and ROCm documentation, and various typos in the ROCm tests.
PR validation:
The new unit tests build and pass (on a machine with NVIDIA A10 GPU and an AMD Radeon Pro W7600):
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 #44622 to CMSSW_14_0_X to ensure the Alpaka build rules are correct.