-
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
Migrate ClusterTPAssociationHeterogeneous to the new framework #346
Migrate ClusterTPAssociationHeterogeneous to the new framework #346
Conversation
Split #324, part 8 of 8. |
94061f4
to
afa98f4
Compare
heterogeneous::GPUCuda, heterogeneous::CPU>> | ||
{ | ||
class ClusterTPAssociationHeterogeneous | ||
: public HeterogeneousEDProducer<heterogeneous::HeterogeneousDevices<heterogeneous::GPUCuda, heterogeneous::CPU>> { |
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.
ClusterTPAssociationHeterogeneous
seems to stay HeterogeneousEDProducer
, so the title of this PR is misleading.
By cursory look this PR introduces the TrackingRecHit2DCUDA
, and migrates the CklusterTPAssociationHeterogeneous
do use that. The hit-producing code SiPixelRecHitHeterogeneous
appears to still produce HeterogeneousProduct
, so there is nothing that would produce TrackingRecHit2DCUDA
.
Should this PR also include the migration of SiPixelRecHitHeterogeneous
to the new framework?
No description provided.