cms-patatrack / cmssw

CMSSW fork of the Patatrack project
https://patatrack.web.cern.ch/patatrack/index.html
Apache License 2.0
2 stars 5 forks source link

Update include guards and include files in the pixel vertex reconstruction code #613

Closed fwyzard closed 3 years ago

fwyzard commented 3 years ago

No impact on the computing performance running the pixel-only profiling workflow.

Before:

Running 3 times over 10100 events with 2 jobs, each with 10 threads, 10 streams and 1 GPUs
  1342.0 ±   0.3 ev/s (10000 events, 99.6% overlap)
  1338.0 ±   0.3 ev/s (10000 events, 99.5% overlap)
  1332.8 ±   0.3 ev/s (10000 events, 99.6% overlap)
 --------------------
  1337.6 ±   4.6 ev/s

After:

Running 3 times over 10100 events with 2 jobs, each with 10 threads, 10 streams and 1 GPUs
  1343.6 ±   0.5 ev/s (10000 events, 99.9% overlap)
  1336.4 ±   0.2 ev/s (10000 events, 99.3% overlap)
  1332.4 ±   0.3 ev/s (10000 events, 99.6% overlap)
 --------------------
  1337.5 ±   5.7 ev/s