Skip to content

Commit

Permalink
Alpaka Migration: trivial changes to exisiting modules
Browse files Browse the repository at this point in the history
Co-authored-by: Adriano Di Florio <[email protected]>
Co-authored-by: Breno Orzari <[email protected]>
Co-authored-by: Dimitris Papagiannis <[email protected]>
  • Loading branch information
3 people committed Apr 18, 2023
1 parent 2904e12 commit c753691
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
6 changes: 4 additions & 2 deletions Geometry/CommonTopologies/interface/SimplePixelTopology.h
Original file line number Diff line number Diff line change
Expand Up @@ -289,7 +289,8 @@ namespace pixelTopology {
using hindex_type = uint32_t; // FIXME from siPixelRecHitsHeterogeneousProduct
using tindex_type = uint32_t; // for tuples
using cindex_type = uint32_t; // for cells


static constexpr uint32_t maxNumberOfHits = 256 * 1024;
static constexpr uint32_t maxCellNeighbors = 64;
static constexpr uint32_t maxCellTracks = 302;
static constexpr uint32_t maxHitsOnTrack = 15;
Expand Down Expand Up @@ -381,7 +382,8 @@ namespace pixelTopology {
using hindex_type = uint32_t; // FIXME from siPixelRecHitsHeterogeneousProduct
using tindex_type = uint16_t; // for tuples
using cindex_type = uint32_t; // for cells


static constexpr uint32_t maxNumberOfHits = 48 * 1024;
static constexpr uint32_t maxCellNeighbors = 36;
static constexpr uint32_t maxCellTracks = 48;
static constexpr uint32_t maxHitsOnTrack = 10;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@
#include "Geometry/CommonTopologies/interface/SimplePixelTopology.h"

#include "storeTracks.h"
#include "CUDADataFormats/Common/interface/HostProduct.h"

#include "CUDADataFormats/Track/interface/TrackSoAHeterogeneousHost.h"
#include "CUDADataFormats/Track/interface/TrackSoAHeterogeneousDevice.h"
Expand Down

0 comments on commit c753691

Please sign in to comment.