-
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
Do not include EventSetup record definitions in device code #44682
Conversation
please test for el9_amd64_gcc13 |
cms-bot internal usage |
+code-checks Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-44682/39880
|
A new Pull Request was created by @iarspider for master. It involves the following packages:
@mandrenguyen, @jfernan2 can you please review it and eventually sign? Thanks. cms-bot commands are listed here |
-1 Failed Tests: Build HeaderConsistency 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: BuildI found compilation error when building: Copying tmp/el9_amd64_gcc13/src/HeterogeneousTest/AlpakaWrapper/src/alpaka/HeterogeneousTestAlpakaWrapperCudaAsync/libHeterogeneousTestAlpakaWrapperCudaAsync_nv.a to productstore area: Copying tmp/el9_amd64_gcc13/src/HeterogeneousTest/AlpakaWrapper/src/alpaka/HeterogeneousTestAlpakaWrapperROCmAsync/libHeterogeneousTestAlpakaWrapperROCmAsync_rocm.a to productstore area: Copying tmp/el9_amd64_gcc13/src/RecoParticleFlow/PFRecHitProducer/plugins/RecoParticleFlowPFRecHitProducersPluginsPortableROCmAsync/libRecoParticleFlowPFRecHitProducersPluginsPortableROCmAsync_rocm.a to productstore area: cp: cannot stat 'tmp/el9_amd64_gcc13/src/RecoParticleFlow/PFRecHitProducer/plugins/RecoParticleFlowPFRecHitProducersPluginsPortableROCmAsync/libRecoParticleFlowPFRecHitProducersPluginsPortableROCmAsync_rocm.a': No such file or directory >> Deleted: tmp/el9_amd64_gcc13/src/RecoParticleFlow/PFRecHitProducer/plugins/RecoParticleFlowPFRecHitProducersPluginsPortableROCmAsync/libRecoParticleFlowPFRecHitProducersPluginsPortableROCmAsync_rocm.a gmake: *** [config/SCRAM/GMake/Makefile.rules:1838: tmp/el9_amd64_gcc13/src/RecoParticleFlow/PFRecHitProducer/plugins/RecoParticleFlowPFRecHitProducersPluginsPortableROCmAsync/libRecoParticleFlowPFRecHitProducersPluginsPortableROCmAsync_rocm.a] Error 1 Copying tmp/el9_amd64_gcc13/src/RecoParticleFlow/PFClusterProducer/plugins/RecoParticleFlowPFClusterProducersPluginsPortableROCmAsync/libRecoParticleFlowPFClusterProducersPluginsPortableROCmAsync_rocm.a to productstore area: @@@@ Checking for missing symbols was SKIPPED due to NO_LIB_CHECKING flag in BuildFile: libUtilitiesStaticAnalyzers.so Copying tmp/el9_amd64_gcc13/src/RecoLocalTracker/SiPixelClusterizer/plugins/RecoLocalTrackerSiPixelClusterizerPluginsPortableROCmAsync/libRecoLocalTrackerSiPixelClusterizerPluginsPortableROCmAsync_rocm.a to productstore area: Copying tmp/el9_amd64_gcc13/src/RecoTracker/PixelVertexFinding/plugins/RecoPixelVertexingPixelVertexFindingPluginsPortableROCmAsync/libRecoPixelVertexingPixelVertexFindingPluginsPortableROCmAsync_rocm.a to productstore area: Copying tmp/el9_amd64_gcc13/src/RecoTracker/PixelVertexFinding/test/deviceVertexFinderByDensity_tROCmAsync/libdeviceVertexFinderByDensity_tROCmAsync_rocm.a to productstore area: |
RecoParticleFlow/PFRecHitProducer/plugins/alpaka/CalorimeterDefinitions.h
Show resolved
Hide resolved
+code-checks Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-44682/39881
|
Pull request #44682 was updated. @mandrenguyen, @jfernan2, @cmsbuild can you please check and sign again. |
06bc24c
to
09fdcb0
Compare
09fdcb0
to
f8f72dd
Compare
please test for el9_amd64_gcc13 |
+code-checks Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-44682/40096
|
+heterogeneous |
+1 |
This pull request is fully signed and it will be integrated in one of the next master IBs after it passes the integration tests. This pull request will now be reviewed by the release team before it's merged. @sextonkennedy, @antoniovilela, @rappoccio (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-992de0/39088/summary.html Comparison SummarySummary:
|
please test for el8_amd64_gcc12 |
+1 Summary: https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-992de0/39134/summary.html Comparison SummarySummary:
|
+1 |
PR description:
As suggested in #44645 (comment)
PR validation:
Bot tests. Compilation is expected to fail, but errors about missing intrinsics when compiling
PFClusterSoAProducerKernel.dev.cc
andPFRecHitProducerKernel.dev.cc
should be gone.