Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 0 additions & 4 deletions RecoTracker/PixelSeeding/plugins/alpaka/BrokenLineFit.dev.cc
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@

#include "DataFormats/TrackingRecHitSoA/interface/TrackingRecHitsSoA.h"
#include "HeterogeneousCore/AlpakaInterface/interface/config.h"
#include "HeterogeneousCore/AlpakaInterface/interface/debug.h"
#include "RecoTracker/PixelSeeding/interface/CAGeometrySoA.h"
#include "RecoTracker/PixelTrackFitting/interface/alpaka/BrokenLine.h"

Expand Down Expand Up @@ -177,9 +176,6 @@ namespace ALPAKA_ACCELERATOR_NAMESPACE {
double *__restrict__ phits,
float *__restrict__ phits_ge,
double *__restrict__ pfast_fit) const {
// workaround for #47808
debug::do_not_optimise(results_view);

ALPAKA_ASSERT_ACC(results_view.pt().data());
ALPAKA_ASSERT_ACC(results_view.eta().data());
ALPAKA_ASSERT_ACC(results_view.chi2().data());
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,6 @@ namespace ALPAKA_ACCELERATOR_NAMESPACE::vertexFinder {
float errmax, // max error to be "seed"
float chi2max // max normalized distance to cluster
) {
// workaround for #47808
debug::do_not_optimise(ws);

constexpr bool verbose = false;

if constexpr (verbose) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,6 @@ namespace ALPAKA_ACCELERATOR_NAMESPACE::vertexFinder {
float errmax, // max error to be "seed"
float chi2max // max normalized distance to cluster
) const {
// workaround for #47808
debug::do_not_optimise(ws);

constexpr bool verbose = false;

if constexpr (verbose) {
Expand Down