-
Notifications
You must be signed in to change notification settings - Fork 4.4k
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
Implement a simple vector add test with alpaka #40580
Conversation
9ccd4a7
to
6c8710c
Compare
hold |
In addition to adding the test, this PR is going to be used to exemplify two problems in the SCRAM build rules:
|
+code-checks Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-40580/33830
|
Pull request has been put on hold by @fwyzard |
A new Pull Request was created by @fwyzard (Andrea Bocci) 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 |
please test |
6c8710c
to
4eccb8e
Compare
enable gpu |
please test |
+code-checks Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-40580/33832
|
Implement a 1-dimensional vector add test with alpaka and cms::alpakatools utilities.
e51d4af
to
60f46a9
Compare
+code-checks Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-40580/33839
|
please test with cms-sw/cmsdist#8256 |
+1 Summary: https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-c00b54/30114/summary.html The following merge commits were also included on top of IB + this PR after doing git cms-merge-topic:
You can see more details here: Comparison SummarySummary:
GPU Comparison SummarySummary:
|
unhold |
OK, the test infrastructure now works, and the simple test works as well. |
+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) |
+1 |
PR description:
Implement a simple vector add test with alpaka and
cms::alpakatools
utilities.PR validation:
The new tests pass.