Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add customisations for profiling the Pixel-only workflow (#553)
customizePixelOnlyForProfilingGPUOnly: Customise the Pixel-only reconstruction to run on GPU Run the unpacker, clustering, ntuplets, track fit and vertex reconstruction on GPU. customizePixelOnlyForProfilingGPUWithHostCopy: Customise the Pixel-only reconstruction to run on GPU, and copy the data to the host Run the unpacker, clustering, ntuplets, track fit and vertex reconstruction on GPU, and copy all the products to the host in SoA format. The same customisation can be also used on the SoA CPU workflow, running up to the tracks and vertices on the CPU in SoA format, without conversion to legacy format. customizePixelOnlyForProfiling: Customise the Pixel-only reconstruction to run on GPU, copy the data to the host, and convert to legacy format Run the unpacker, clustering, ntuplets, track fit and vertex reconstruction on GPU; copy all the products to the host in SoA format; and convert them to legacy format. The same customisation can be also used on the CPU workflow, running up to the tracks and vertices on the CPU.
- Loading branch information