Skip to content

Commit

Permalink
Clean up and fixing tests for headers
Browse files Browse the repository at this point in the history
  • Loading branch information
AdrianoDee committed Nov 29, 2023
1 parent 9213301 commit 7611f3f
Show file tree
Hide file tree
Showing 11 changed files with 8 additions and 241 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
#include "CondFormats/SiPixelObjects/interface/SiPixelMappingLayout.h"
#include "CondFormats/SiPixelObjects/interface/SiPixelFedCablingMap.h"
#include "CondFormats/SiPixelObjects/interface/SiPixelFedCablingTree.h"
#include "HeterogeneousCore/AlpakaInterface/interface/memory.h"

namespace ALPAKA_ACCELERATOR_NAMESPACE {

Expand Down Expand Up @@ -49,4 +50,4 @@ namespace ALPAKA_ACCELERATOR_NAMESPACE {
}
};
} // namespace ALPAKA_ACCELERATOR_NAMESPACE
#endif //CondFormats_SiPixelObjects_interface_alpaka_SiPixelMappingUtilities_h
#endif //CondFormats_SiPixelObjects_interface_alpaka_SiPixelMappingUtilities_h
2 changes: 2 additions & 0 deletions DataFormats/Vertex/interface/ZVertexDefinitions.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
#ifndef DataFormats_Vertex_ZVertexDefinitions_h
#define DataFormats_Vertex_ZVertexDefinitions_h

#include <cstdint>

namespace zVertex {

constexpr uint32_t MAXTRACKS = 32 * 1024;
Expand Down
2 changes: 1 addition & 1 deletion DataFormats/Vertex/interface/alpaka/ZVertexUtilities.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#ifndef DataFormats_Vertex_ZVertexUtilities_h
#define DataFormats_Vertex_ZVertexUtilities_h

#include <alpaka/alpaka.hpp>
#include "DataFormats/Vertex/interface/ZVertexLayout.h"
#include "DataFormats/Vertex/interface/ZVertexDefinitions.h"

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
#ifndef RecoLocalTracker_SiPixelRecHits_interface_pixelCPEforDevice_h
#define RecoLocalTracker_SiPixelRecHits_interface_pixelCPEforDevice_h

#include <algorithm>
#include <cassert>
#include <cmath>
#include <cstdint>
Expand Down

This file was deleted.

3 changes: 2 additions & 1 deletion RecoTracker/PixelTrackFitting/interface/alpaka/RiemannFit.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,10 @@
#define RecoPixelVertexing_PixelTrackFitting_interface_RiemannFit_h
#include <alpaka/alpaka.hpp>
#include "RecoTracker/PixelTrackFitting/interface/alpaka/FitUtils.h"
#include "HeterogeneousCore/AlpakaInterface/interface/traits.h"

namespace ALPAKA_ACCELERATOR_NAMESPACE {
using namespace cms::alpakatools;

namespace riemannFit {
using namespace ::riemannFit;
/*! Compute the Radiation length in the uniform hypothesis
Expand Down
15 changes: 0 additions & 15 deletions RecoTracker/PixelTrackFitting/plugins/BuildFile.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,18 +8,3 @@
<use name="HeterogeneousCore/CUDACore"/>
<flags EDM_PLUGIN="1"/>
</library>

<library file="alpaka/*.cc" name="RecoPixelVertexingPixelTrackFittingPluginsPortable">
<use name="alpaka"/>
<use name="DataFormats/TrackSoA"/>
<use name="DataFormats/TrackingRecHit"/>
<use name="DataFormats/TrackingRecHitSoA"/>
<use name="Geometry/Records"/>
<use name="RecoTracker/PixelTrackFitting"/>
<use name="HeterogeneousCore/AlpakaCore"/>
<use name="HeterogeneousCore/AlpakaInterface"/>
<!-- Some modules have only been alpakified for compatibility, we only need their
CPU serial version -->
<flags ALPAKA_BACKENDS="serial"/>
<flags EDM_PLUGIN="1"/>
</library>

This file was deleted.

This file was deleted.

8 changes: 0 additions & 8 deletions RecoTracker/PixelTrackFitting/src/alpaka/classes_serial.h

This file was deleted.

This file was deleted.

0 comments on commit 7611f3f

Please sign in to comment.