-
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
Fix maxHitsInModule
for SiPixelRecHitFromSoAAlpaka
#46686
Fix maxHitsInModule
for SiPixelRecHitFromSoAAlpaka
#46686
Conversation
type bug-fix |
cms-bot internal usage |
+code-checks Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-46686/42626 |
A new Pull Request was created by @AdrianoDee for master. It involves the following packages:
@cmsbuild, @jfernan2, @mandrenguyen can you please review it and eventually sign? Thanks. cms-bot commands are listed here |
enable gpu |
test parameters:
|
please test |
urgent |
please abort |
test parameters:
|
please test |
-1 Failed Tests: RelVals-GPU RelVals-GPU
Comparison SummarySummary:
|
test parameters:
|
Ok the failure src/RecoVertex/PixelVertexFinding/plugins/alpaka/clusterTracksByDensity.h:205: void alpaka_cuda_async::vertexFinder::clusterTracksByDensity(const alpaka::AccGpuUniformCudaHipRt<alpaka::ApiCudaRt, std::integral_constant<unsigned long, 1UL>, unsigned int> &, reco::ZVertexLayout<128UL, false>::ViewTemplateFreeParams<128UL, false, true, true> &, reco::ZVertexTracksLayout<128UL, false>::ViewTemplateFreeParams<128UL, false, true, true> &, vertexFinder::PixelVertexWSSoALayout<128UL, false>::ViewTemplateFreeParams<128UL, false, true, true> &, int, float, float, float): block: [0,0,0], thread: [768,0,0] Assertion `static_cast<int>(foundClusters) < data.metadata().size()` failed. needs to be investigated (I think it's related to #45887) but it is for sure unrelated to this PR. |
+1 |
This pull request is fully signed and it will be integrated in one of the next master IBs (but tests are reportedly failing). This pull request will now be reviewed by the release team before it's merged. @sextonkennedy, @mandrenguyen, @rappoccio, @antoniovilela (and backports should be raised in the release meeting by the corresponding L2) |
indeed, I tested in a plain
and I still see
|
Should 14949.402 be added to the set of workflows being tested in IBs? |
sounds like it should. |
ignore tests-rejected with ib-failure |
+1 |
I opened #46693 to keep track. |
PR description:
Small fix for
SiPixelRecHitFromSoAAlpaka
that uses the obsoletepixelClustering::maxHitsInModule()
to limit the number of hits in a module. It should beTrackerTraits::maxHitsInModule
. The backport to14_1_X
will fix #46656.PR validation:
*.402
wfs for HI conditions