-
Notifications
You must be signed in to change notification settings - Fork 446
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ITSGPU: Hybrid track fitting (#11787)
* Add hybrid tracking approach for GPU processing Add Hybrid to bring in CPU procesing on GPU traits * Add up to track seeds to GPU and debugging external allocator * Add .cxx to static compilation * Add External allocator, remove GPUTracking dep Showcase issues with addition of header * Add debug flag to be removed * Temporarily remove Propagator * Add fast fitting on GPU * Explicit seletion for GPUtrackerspec * Do external allocator only if GPU * Remove unused cluster info in seed builder * Finalise trackFinding pipeline Make gpuchain method protected again Add custom getPredictedChi2Unchecked * Fix HIP execution
- Loading branch information
Showing
34 changed files
with
1,062 additions
and
221 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.