You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Track Finding Cleanup, main branch (2025.01.07.) (#808)
* Common sense cleanup in the device track finding.
Introduced the globalIndex_t typedef for the unsigned int
type. Switched all track finding functions to using it
instead of std::size_t.
Removed all unnecessary templating from functions that
were never updated after the track finding configuration
became a simple standalone struct.
Removed some unnecessary const declarations from the
payload structs, and added some extra const declarations
in some of the function bodies.
* CUDA updates for the common track finding changes.
* Reduce the number of parallel tests in GitLab CI.
Running too many CUDA tests in parallel requires a
*lot* of memory. This will hopefully make the tests
a bit more reliable.
* globalIndex_t -> global_index_t
0 commit comments