Skip to content
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

ITS: MultiRof seeding Vertexer #13125

Open
wants to merge 5 commits into
base: dev
Choose a base branch
from
Open

ITS: MultiRof seeding Vertexer #13125

wants to merge 5 commits into from

Conversation

mconcas
Copy link
Collaborator

@mconcas mconcas commented May 10, 2024

No description provided.

Copy link
Contributor

REQUEST FOR PRODUCTION RELEASES:
To request your PR to be included in production software, please add the corresponding labels called "async-" to your PR. Add the labels directly (if you have the permissions) or add a comment of the form (note that labels are separated by a ",")

+async-label <label1>, <label2>, !<label3> ...

This will add <label1> and <label2> and removes <label3>.

The following labels are available
async-2023-pbpb-apass3
async-2023-pbpb-apass4
async-2022-pp-apass6-2023-PbPb-apass2
async-2022-pp-apass4
async-2022-pp-apass4-accepted
async-2022-pp-apass6-2023-PbPb-apass2-accepted
async-2023-pbpb-apass3-accepted
async-2023-pbpb-apass4-accepted
async-2023-pp-apass4
async-2023-pp-apass4-accepted
async-2024-pp-apass1
async-2024-pp-apass1-accepted
async-2022-pp-apass7
async-2022-pp-apass7-accepted
async-2024-pp-cpass0
async-2024-pp-cpass0-accepted

@mconcas mconcas marked this pull request as ready for review May 15, 2024 14:16
@mconcas mconcas changed the title [WIP] ITS: MultiRof seeding Vertexer ITS: MultiRof seeding Vertexer May 15, 2024
@alibuild
Copy link
Collaborator

Error while checking build/O2/fullCI for 1b81ea3 at 2024-05-15 16:51:

## sw/BUILD/O2-latest/log
c++: error: unrecognized command-line option '--rtlib=compiler-rt'
c++: error: unrecognized command-line option '--rtlib=compiler-rt'
/sw/SOURCES/O2/13125-slc8_x86-64/0/Detectors/ITSMFT/ITS/tracking/include/ITStracking/TimeFrame.h(700): error: calling a __device__ function("o2::dataformats::Vertex< ::o2::dataformats::TimeStamp<int> > ::getTimeStamp() const") from a __host__ function("insertLateVertex") is not allowed
/sw/SOURCES/O2/13125-slc8_x86-64/0/Detectors/ITSMFT/ITS/tracking/include/ITStracking/TimeFrame.h(700): error: calling a __device__ function("_ZNK2o211dataformats9TimeStampI1?E12getTimeStampEv") from a __host__ function("insertLateVertex") is not allowed
/sw/SOURCES/O2/13125-slc8_x86-64/0/Detectors/ITSMFT/ITS/tracking/GPU/ITStrackingGPU/TimeFrameGPU.h(317): error: identifier "mROframesClusters" is undefined
/sw/SOURCES/O2/13125-slc8_x86-64/0/Detectors/ITSMFT/ITS/tracking/GPU/cuda/TimeFrameGPU.cu(446): error: identifier "mROframesClusters" is undefined
/sw/SOURCES/O2/13125-slc8_x86-64/0/Detectors/ITSMFT/ITS/tracking/GPU/cuda/TimeFrameGPU.cu(456): error: identifier "mROframesClusters" is undefined
/sw/SOURCES/O2/13125-slc8_x86-64/0/Detectors/ITSMFT/ITS/tracking/GPU/cuda/TimeFrameGPU.cu(460): error: identifier "mROframesPV" is undefined
/sw/SOURCES/O2/13125-slc8_x86-64/0/Detectors/ITSMFT/ITS/tracking/GPU/ITStrackingGPU/TimeFrameGPU.h:317:27: error: 'mROframesClusters' was not declared in this scope; did you mean 'mROFramesClusters'?
/sw/SOURCES/O2/13125-slc8_x86-64/0/Detectors/ITSMFT/ITS/tracking/include/ITStracking/TimeFrame.h(700): error: calling a __device__ function("o2::dataformats::Vertex< ::o2::dataformats::TimeStamp<int> > ::getTimeStamp() const") from a __host__ function("insertLateVertex") is not allowed
/sw/SOURCES/O2/13125-slc8_x86-64/0/Detectors/ITSMFT/ITS/tracking/include/ITStracking/TimeFrame.h(700): error: calling a __device__ function("_ZNK2o211dataformats9TimeStampI1?E12getTimeStampEv") from a __host__ function("insertLateVertex") is not allowed
/sw/SOURCES/O2/13125-slc8_x86-64/0/Detectors/ITSMFT/ITS/tracking/GPU/ITStrackingGPU/TimeFrameGPU.h(317): error: identifier "mROframesClusters" is undefined
/sw/SOURCES/O2/13125-slc8_x86-64/0/Detectors/ITSMFT/ITS/tracking/include/ITStracking/TimeFrame.h(700): error: calling a __device__ function("o2::dataformats::Vertex< ::o2::dataformats::TimeStamp<int> > ::getTimeStamp() const") from a __host__ function("insertLateVertex") is not allowed
/sw/SOURCES/O2/13125-slc8_x86-64/0/Detectors/ITSMFT/ITS/tracking/include/ITStracking/TimeFrame.h(700): error: calling a __device__ function("_ZNK2o211dataformats9TimeStampI1?E12getTimeStampEv") from a __host__ function("insertLateVertex") is not allowed
/sw/SOURCES/O2/13125-slc8_x86-64/0/Detectors/ITSMFT/ITS/tracking/GPU/ITStrackingGPU/TimeFrameGPU.h(317): error: identifier "mROframesClusters" is undefined
/sw/SOURCES/O2/13125-slc8_x86-64/0/Detectors/ITSMFT/ITS/tracking/GPU/cuda/VertexerTraitsGPU.cu(726): error: class "o2::its::gpu::TimeFrameGPU<7>" has no member "getROframeClusters"
/sw/SOURCES/O2/13125-slc8_x86-64/0/Detectors/ITSMFT/ITS/tracking/GPU/cuda/VertexerTraitsGPU.cu(726): error: class "o2::its::gpu::TimeFrameGPU<7>" has no member "getROframeClusters"
/sw/SOURCES/O2/13125-slc8_x86-64/0/Detectors/ITSMFT/ITS/tracking/GPU/cuda/VertexerTraitsGPU.cu(727): error: class "o2::its::gpu::TimeFrameGPU<7>" has no member "getROframeClusters"
/sw/SOURCES/O2/13125-slc8_x86-64/0/Detectors/ITSMFT/ITS/tracking/GPU/cuda/VertexerTraitsGPU.cu(727): error: class "o2::its::gpu::TimeFrameGPU<7>" has no member "getROframeClusters"
/sw/SOURCES/O2/13125-slc8_x86-64/0/Detectors/ITSMFT/ITS/tracking/GPU/cuda/VertexerTraitsGPU.cu(730): error: "gsl::span<ElementType, Extent>::span(gsl::span<ElementType, Extent>::KnownNotNull, gsl::span<ElementType, Extent>::size_type) noexcept [with ElementType=const o2::its::Line, Extent=18446744073709551615UL]" (declared at line 706 of /sw/slc8_x86-64/ms_gsl/4.0.0-30/include/gsl/span) is inaccessible
ninja: build stopped: subcommand failed.

Full log here.

@alibuild
Copy link
Collaborator

Error while checking build/O2/fullCI for f3b91b1 at 2024-05-21 05:02:

## sw/BUILD/O2-latest/log
c++: error: unrecognized command-line option '--rtlib=compiler-rt'
c++: error: unrecognized command-line option '--rtlib=compiler-rt'


## sw/BUILD/O2-sim-challenge-test-latest/log
./sim-challenge.log[ERROR] Workflow crashed - PID 29257 (tof-matcher) did not exit correctly however it's not clear why. Exit code forced to 128.
./sim-challenge.log[ERROR]  - Device tof-matcher: pid 29257 (exit 128)
./sim-challenge.log[ERROR] SEVERE: Device tof-matcher (29257) returned with 128
./midreco.log[21382:MIDRecoWriter]: [02:59:57][ERROR] Some Lifetime::Timeframe data got dropped starting at 1
./digi.log[ERROR] Found duplicate input binding with different spec.:collisioncontext {SIM/COLLISIONCONTEXT/37}
./digi.log[ERROR] Found duplicate input binding with different spec.:collisioncontext {SIM/COLLISIONCONTEXT/38}
./digi.log[ERROR] Found duplicate input binding with different spec.:collisioncontext {SIM/COLLISIONCONTEXT/40}
./digi.log[ERROR] Found duplicate input binding with different spec.:collisioncontext {SIM/COLLISIONCONTEXT/42}
./digi.log[ERROR] Found duplicate input binding with different spec.:collisioncontext {SIM/COLLISIONCONTEXT/43}
./digi.log[ERROR] Found duplicate input binding with different spec.:collisioncontext {SIM/COLLISIONCONTEXT/45}
./digi.log[ERROR] Found duplicate input binding with different spec.:collisioncontext {SIM/COLLISIONCONTEXT/46}
./digi.log[ERROR] Found duplicate input binding with different spec.:collisioncontext {SIM/COLLISIONCONTEXT/47}
./digi.log[ERROR] Found duplicate input binding with different spec.:collisioncontext {SIM/COLLISIONCONTEXT/48}
./digi.log[ERROR] Found duplicate input binding with different spec.:collisioncontext {SIM/COLLISIONCONTEXT/49}
./digi.log[7675:internal-dpl-clock]: [ERROR] Found duplicate input binding with different spec.:collisioncontext {SIM/COLLISIONCONTEXT/37}
./digi.log[7675:internal-dpl-clock]: [ERROR] Found duplicate input binding with different spec.:collisioncontext {SIM/COLLISIONCONTEXT/38}
./digi.log[7675:internal-dpl-clock]: [ERROR] Found duplicate input binding with different spec.:collisioncontext {SIM/COLLISIONCONTEXT/40}
./digi.log[7675:internal-dpl-clock]: [ERROR] Found duplicate input binding with different spec.:collisioncontext {SIM/COLLISIONCONTEXT/42}
./digi.log[7675:internal-dpl-clock]: [ERROR] Found duplicate input binding with different spec.:collisioncontext {SIM/COLLISIONCONTEXT/43}
./digi.log[7675:internal-dpl-clock]: [ERROR] Found duplicate input binding with different spec.:collisioncontext {SIM/COLLISIONCONTEXT/45}
./digi.log[7675:internal-dpl-clock]: [ERROR] Found duplicate input binding with different spec.:collisioncontext {SIM/COLLISIONCONTEXT/46}
./digi.log[7675:internal-dpl-clock]: [ERROR] Found duplicate input binding with different spec.:collisioncontext {SIM/COLLISIONCONTEXT/47}
./digi.log[7675:internal-dpl-clock]: [ERROR] Found duplicate input binding with different spec.:collisioncontext {SIM/COLLISIONCONTEXT/48}
./digi.log[7675:internal-dpl-clock]: [ERROR] Found duplicate input binding with different spec.:collisioncontext {SIM/COLLISIONCONTEXT/49}
./digi.log[7676:SimReader]: [ERROR] Found duplicate input binding with different spec.:collisioncontext {SIM/COLLISIONCONTEXT/37}
./digi.log[7676:SimReader]: [ERROR] Found duplicate input binding with different spec.:collisioncontext {SIM/COLLISIONCONTEXT/38}
./digi.log[7676:SimReader]: [ERROR] Found duplicate input binding with different spec.:collisioncontext {SIM/COLLISIONCONTEXT/40}
./digi.log[7676:SimReader]: [ERROR] Found duplicate input binding with different spec.:collisioncontext {SIM/COLLISIONCONTEXT/42}
./digi.log[7676:SimReader]: [ERROR] Found duplicate input binding with different spec.:collisioncontext {SIM/COLLISIONCONTEXT/43}
./digi.log[7676:SimReader]: [ERROR] Found duplicate input binding with different spec.:collisioncontext {SIM/COLLISIONCONTEXT/45}
./digi.log[7676:SimReader]: [ERROR] Found duplicate input binding with different spec.:collisioncontext {SIM/COLLISIONCONTEXT/46}
./digi.log[7676:SimReader]: [ERROR] Found duplicate input binding with different spec.:collisioncontext {SIM/COLLISIONCONTEXT/47}
./digi.log[7676:SimReader]: [ERROR] Found duplicate input binding with different spec.:collisioncontext {SIM/COLLISIONCONTEXT/48}
./digi.log[7676:SimReader]: [ERROR] Found duplicate input binding with different spec.:collisioncontext {SIM/COLLISIONCONTEXT/49}
./digi.log[7677:internal-dpl-ccdb-backend]: [ERROR] Found duplicate input binding with different spec.:collisioncontext {SIM/COLLISIONCONTEXT/37}
./digi.log[7677:internal-dpl-ccdb-backend]: [ERROR] Found duplicate input binding with different spec.:collisioncontext {SIM/COLLISIONCONTEXT/38}
./digi.log[7677:internal-dpl-ccdb-backend]: [ERROR] Found duplicate input binding with different spec.:collisioncontext {SIM/COLLISIONCONTEXT/40}
./digi.log[7677:internal-dpl-ccdb-backend]: [ERROR] Found duplicate input binding with different spec.:collisioncontext {SIM/COLLISIONCONTEXT/42}
./digi.log[7677:internal-dpl-ccdb-backend]: [ERROR] Found duplicate input binding with different spec.:collisioncontext {SIM/COLLISIONCONTEXT/43}
./digi.log[7677:internal-dpl-ccdb-backend]: [ERROR] Found duplicate input binding with different spec.:collisioncontext {SIM/COLLISIONCONTEXT/45}
./digi.log[7677:internal-dpl-ccdb-backend]: [ERROR] Found duplicate input binding with different spec.:collisioncontext {SIM/COLLISIONCONTEXT/46}
./digi.log[7677:internal-dpl-ccdb-backend]: [ERROR] Found duplicate input binding with different spec.:collisioncontext {SIM/COLLISIONCONTEXT/47}
./digi.log[7677:internal-dpl-ccdb-backend]: [ERROR] Found duplicate input binding with different spec.:collisioncontext {SIM/COLLISIONCONTEXT/48}
[0 more errors; see full log]

Full log here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants