Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in
  • L LHCb
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Locked Files
  • Issues 193
    • Issues 193
    • List
    • Boards
    • Service Desk
    • Milestones
    • Iterations
  • Jira
    • Jira
  • Merge requests 44
    • Merge requests 44
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Code review
    • Issue
    • Repository
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • LHCbLHCb
  • LHCb
  • Merge requests
  • !3363

Draft: Change CaloCellID to denseIndex conversions to be SIMD friendly

  • Review changes

  • Download
  • Email patches
  • Plain diff
Open Arthur Marius Hennequin requested to merge ahennequ_calocellid into master Dec 16, 2021
  • Overview 68
  • Commits 5
  • Pipelines 9
  • Changes 5

@graven @cmarinbe @mveghel

  • Avoid having too many select() (prefer boolean operations)
  • Use power of two widths so we can avoid integer division (which doesn't exist for avx2)
  • Use unsigned overflows to reduce the number of comparisons in validity check
  • Use a substractive check instead of an additive one

For SIMD version of validity check see https://godbolt.org/z/5KeY9Wdhf

Goes with Rec!2662

Edited Mar 07, 2022 by Arthur Marius Hennequin
Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: ahennequ_calocellid