- Dec 14, 2024
-
-
- Nov 22, 2024
-
-
- Nov 06, 2024
-
-
- Nov 01, 2024
-
-
- Oct 31, 2024
-
-
- Oct 26, 2024
-
-
- Oct 23, 2024
-
-
- Oct 19, 2024
-
-
- Oct 18, 2024
-
-
- Oct 10, 2024
-
-
- Oct 01, 2024
-
-
Christina Agapopoulou authored
-
Christina Agapopoulou authored
-
- Sep 29, 2024
-
-
- Sep 28, 2024
-
-
- Sep 27, 2024
-
-
-
Jiahui Zhuo authored
-
- Sep 09, 2024
-
-
- Aug 30, 2024
-
-
Pongsakorn Sriling authored
-
- Aug 29, 2024
-
-
Titus Mombaecher authored
-
Titus Mombaecher authored
-
- Aug 20, 2024
-
-
Changed UT hits veto to happen after forward, fixed bugs with cloned VELO tracks in matching-then-forward.
-
-
-
- Add per-sector dxDy information to UTGeometry; versioning is introduced to maintain backward compatibility. - Add per-sector dxDy decoding and necessary Gaudi tests to verify decoded UT hits. - Adapt all tracking algorithms that use UT hits, such as VeloUT tracking, matching with UT, and downstream tracking. - Introduce new SmartUTHitCache to replace the old UTHitCache in matching with UT and downstream tracking algorithms: 1. Remove the global cache and use the original UTHits container when it doesn't fit in shared memory. 2. Use CUDA SIMD intrinsics to read hit information from the shared memory cache, avoiding repeated shared memory access. 3. Cache UT hit information into 64 bits (8 bytes) as follows: ************************************************************* * 16 bits * 16 bits * 16 bits * 16 bits * *-----------------------------------------------------------* * xAtYEq0 * zAtYEq0 - z0 * yMid * dxDy - dxDy0 * * * * * dY type * ************************************************************* Note: We use 16 bits (half_t) to store (dxDy - dxDy0), with the last bit used to store the dY type (type AB or type CD). This introduces a +/- 1 error in the (dxDy - dxDy0) result, but it should be generally harmless to our tracking results. - Add a unit test sequence to validate the new UTHitCache performance. Co-authored-by:
dtou <da.yu.tou@cern.ch> Co-authored-by:
Jiahui Zhuo <jiahui.zhuo@cern.ch>
-
- Aug 19, 2024
-
-
- Aug 15, 2024
-
-
- Aug 13, 2024
-
-
- Aug 09, 2024
-
-
- Aug 08, 2024
-
-
Christina Agapopoulou authored
-
- Aug 02, 2024
-
-
- Jul 31, 2024
-
-
MuonID NN and ElectronIDNN optimisation. Use of constant memory in general for LipschitzNN instances
-
-
- Jul 30, 2024
-
-
- Jul 26, 2024
-
-
Pongsakorn Sriling authored
-
- Jul 24, 2024
-
-
- Jul 22, 2024
-
-