-
Notifications
You must be signed in to change notification settings - Fork 194
alpaka: use the HEAD of the develop branch #9872
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: IB/CMSSW_15_1_X/master
Are you sure you want to change the base?
Conversation
cms-bot internal usage |
please test |
-1 Summary: https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-9cab57/46197/summary.html External BuildI found compilation warning when building: See details on the summary page. |
e1b849c
to
f7c2cc3
Compare
Pull request #9872 was updated. |
please test |
@smuzaffar @iarspider if these tests work, do you think we could run something like this more regularly ? |
f7c2cc3
to
9a49f5f
Compare
Pull request #9872 was updated. |
please test |
@fwyzard , this should work and should use the latest commit of alpaka's selected branch. For now we can run manually once a day but we will soon hit the commit status limit. |
If it's manual, I can trigger it when something gets merged in alpaka, and rebase it once in a while to update the commit. |
More in general I was wondering if we could set up some automatic testing of the dependencies that we have, like also ROOT, to spot potential problems earlier. |
for root we have dedicated IBs and we manually update root commits once a week. so ROOT automatic testing it done via daily IBs. We can setup new ALPAKA IBs where alpaka get latest commit automatically and we build such IB few times a week |
Eh, so not very much automatic :) |
Mhm, I would not add another set of IBs to test alpaka, doing PR-like tests should be enough for now. I'm mostly interested in making sure that alpaka does not break the syntax we use. |
correct, we do want to run few IBs for every root update to catch any threading issue |
+1 Summary: https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-9cab57/46200/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:
|
Note: the latest tests correspond to alpaka-group/alpaka@e906b1c . |
please test |
-1 Failed Tests: UnitTests Unit TestsI found 7 errors in the following unit tests: ---> test alpakaTestAtomicPairCounterSerialSync had ERRORS ---> test alpakaTestHistoContainerSerialSync had ERRORS ---> test alpakaTestIndependentKernelSerialSync had ERRORS and more ... Comparison SummarySummary:
|
please test |
-1 Failed Tests: Build BuildI found compilation error when building: >> Subsystem Utilities built Copying tmp/el8_amd64_gcc12/src/HeterogeneousCore/AlpakaInterface/test/alpakaMoveToDeviceAsyncROCmAsync/libalpakaMoveToDeviceAsyncROCmAsync_rocm.a to productstore area: Copying tmp/el8_amd64_gcc12/src/HeterogeneousCore/AlpakaInterface/test/alpakaTestAtomicPairCounterROCmAsync/libalpakaTestAtomicPairCounterROCmAsync_rocm.a to productstore area: cp: cannot stat 'tmp/el8_amd64_gcc12/src/HeterogeneousCore/AlpakaInterface/test/alpakaMoveToDeviceAsyncROCmAsync/libalpakaMoveToDeviceAsyncROCmAsync_rocm.a': No such file or directory >> Deleted: tmp/el8_amd64_gcc12/src/HeterogeneousCore/AlpakaInterface/test/alpakaMoveToDeviceAsyncROCmAsync/libalpakaMoveToDeviceAsyncROCmAsync_rocm.a gmake: *** [config/SCRAM/GMake/Makefile.rules:1920: tmp/el8_amd64_gcc12/src/HeterogeneousCore/AlpakaInterface/test/alpakaMoveToDeviceAsyncROCmAsync/libalpakaMoveToDeviceAsyncROCmAsync_rocm.a] Error 1 cp: cannot stat 'tmp/el8_amd64_gcc12/src/HeterogeneousCore/AlpakaInterface/test/alpakaTestAtomicPairCounterROCmAsync/libalpakaTestAtomicPairCounterROCmAsync_rocm.a': No such file or directory >> Deleted: tmp/el8_amd64_gcc12/src/HeterogeneousCore/AlpakaInterface/test/alpakaTestAtomicPairCounterROCmAsync/libalpakaTestAtomicPairCounterROCmAsync_rocm.a gmake: *** [config/SCRAM/GMake/Makefile.rules:1920: tmp/el8_amd64_gcc12/src/HeterogeneousCore/AlpakaInterface/test/alpakaTestAtomicPairCounterROCmAsync/libalpakaTestAtomicPairCounterROCmAsync_rocm.a] Error 1 Copying tmp/el8_amd64_gcc12/src/HeterogeneousCore/AlpakaInterface/test/alpakaTestBufferROCmAsync/libalpakaTestBufferROCmAsync_rocm.a to productstore area: cp: cannot stat 'tmp/el8_amd64_gcc12/src/HeterogeneousCore/AlpakaInterface/test/alpakaTestBufferROCmAsync/libalpakaTestBufferROCmAsync_rocm.a': No such file or directory |
This PR is to be used to regularly test that the HEAD of the alpaka
develop
branch is compatible with CMSSW.