-
Notifications
You must be signed in to change notification settings - Fork 4.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Rename temporary device collections to be more specific
- Loading branch information
Showing
7 changed files
with
282 additions
and
290 deletions.
There are no files selected for viewing
8 changes: 4 additions & 4 deletions
8
...sterProducerAlpaka/interface/tmpEdgeSoA.h → ...rAlpaka/interface/ClusteringEdgeVarsSoA.h
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,17 @@ | ||
#ifndef RecoParticleFlow_PFRecHitProducerAlpaka_interface_tmpEdgeSoA_h | ||
#define RecoParticleFlow_PFRecHitProducerAlpaka_interface_tmpEdgeSoA_h | ||
#ifndef RecoParticleFlow_PFRecHitProducerAlpaka_interface_ClusteringEdgeVarsSoA_h | ||
#define RecoParticleFlow_PFRecHitProducerAlpaka_interface_ClusteringEdgeVarsSoA_h | ||
|
||
#include "DataFormats/SoATemplate/interface/SoACommon.h" | ||
#include "DataFormats/SoATemplate/interface/SoALayout.h" | ||
#include "DataFormats/SoATemplate/interface/SoAView.h" | ||
|
||
namespace reco { | ||
|
||
GENERATE_SOA_LAYOUT(tmpEdgeSoALayout, | ||
GENERATE_SOA_LAYOUT(ClusteringEdgeVarsSoALayout, | ||
SOA_COLUMN(int, pfrh_edgeIdx), // needs nRH + 1 allocation | ||
SOA_COLUMN(int, pfrh_edgeList)) // needs nRH + maxNeighbors allocation | ||
|
||
using tmpEdgeSoA = tmpEdgeSoALayout<>; | ||
using ClusteringEdgeVarsSoA = ClusteringEdgeVarsSoALayout<>; | ||
} // namespace reco | ||
|
||
#endif |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
8 changes: 4 additions & 4 deletions
8
...nterface/alpaka/tmpEdgeDeviceCollection.h → ...paka/ClusteringEdgeVarsDeviceCollection.h
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
8 changes: 4 additions & 4 deletions
8
...ka/interface/alpaka/tmpDeviceCollection.h → ...e/alpaka/ClusteringVarsDeviceCollection.h
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.