-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Clean up some GPU- and non-GPU-related pixel tracking code #49
Clean up some GPU- and non-GPU-related pixel tracking code #49
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me.
I would only raise a discussion whether we should start using .cuh
extension for "CUDA headers" elsewhere as well, or stick with .h
.
const uint32_t LINK_bits_l1 = 6; | ||
const uint32_t ROC_bits_l1 = 5; | ||
const uint32_t COL_bits_l1 = 6; | ||
const uint32_t ROW_bits_l1 = 7; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should these be in a namespace to not pollute the global namespace with them?
(the question is more for the existing code than this PR though)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes.
Also, they are possibly duplicated somewhere else.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Suggestions for the namespace
name ?
I don't mind too much if we use |
|
399f593
to
25d9018
Compare
25d9018
to
ffd8ccd
Compare
Renamed form |
Last commit looks ok, thanks. |
|
Backport clean up from the Patatrack fork (cms-patatrack#49)
Backport clean up from the Patatrack fork (cms-patatrack#49, cms-patatrack#134)
Cleanup whitespaces and indenttion, plugin definitions, includes, and file names. Backport from the Patatrack fork: cms-patatrack#49, cms-patatrack#122, cms-patatrack#134.
Cleanup whitespaces and indenttion, plugin definitions, includes, and file names. Backport from the Patatrack fork: cms-patatrack#49, cms-patatrack#122, cms-patatrack#134.
Cleanup whitespaces and indenttion, plugin definitions, includes, and file names. Backport from the Patatrack fork: cms-patatrack#49, cms-patatrack#122, cms-patatrack#134.
Cleanup whitespaces and indenttion, plugin definitions, includes, and file names. Backport from the Patatrack fork: cms-patatrack#49, cms-patatrack#122, cms-patatrack#134.
Cleanup whitespaces and indenttion, plugin definitions, includes, and file names. Backport from the Patatrack fork: cms-patatrack#49, cms-patatrack#122, cms-patatrack#134.
- clean up GPU- and non-GPU-related pixel tracking code and build files - drop obsolete or unused classes - rename RawToDigiGPU to SiPixelRawToDigiGPUKernel - move the definitions in SiPixelRawToDigiGPUKernel to the `pixelgpudetails` namespace
- clean up GPU- and non-GPU-related pixel tracking code and build files - drop obsolete or unused classes - rename RawToDigiGPU to SiPixelRawToDigiGPUKernel - move the definitions in SiPixelRawToDigiGPUKernel to the `pixelgpudetails` namespace
- clean up GPU- and non-GPU-related pixel tracking code and build files - drop obsolete or unused classes - rename RawToDigiGPU to SiPixelRawToDigiGPUKernel - move the definitions in SiPixelRawToDigiGPUKernel to the `pixelgpudetails` namespace
- clean up GPU- and non-GPU-related pixel tracking code and build files - drop obsolete or unused classes - rename RawToDigiGPU to SiPixelRawToDigiGPUKernel - move the definitions in SiPixelRawToDigiGPUKernel to the `pixelgpudetails` namespace
- clean up GPU- and non-GPU-related pixel tracking code and build files - drop obsolete or unused classes - rename RawToDigiGPU to SiPixelRawToDigiGPUKernel - move the definitions in SiPixelRawToDigiGPUKernel to the `pixelgpudetails` namespace
- clean up GPU- and non-GPU-related pixel tracking code and build files - drop obsolete or unused classes - rename RawToDigiGPU to SiPixelRawToDigiGPUKernel - move the definitions in SiPixelRawToDigiGPUKernel to the `pixelgpudetails` namespace
- clean up GPU- and non-GPU-related pixel tracking code and build files - drop obsolete or unused classes - rename RawToDigiGPU to SiPixelRawToDigiGPUKernel - move the definitions in SiPixelRawToDigiGPUKernel to the `pixelgpudetails` namespace
- clean up GPU- and non-GPU-related pixel tracking code and build files - drop obsolete or unused classes - rename RawToDigiGPU to SiPixelRawToDigiGPUKernel - move the definitions in SiPixelRawToDigiGPUKernel to the `pixelgpudetails` namespace
* Track Quality Integration * Track Ntuple Maker Max Events * PR Code Review Fixes #1 * Comments and style changes
Clean up
SealModule.cc
andBuildFile.xml
, remove some unused classes, and renameRawToDigiGPU
toSiPixelRawToDigiGPUKernel