Skip to content

Commit

Permalink
Remove "cuda_cxx17.h" (#519)
Browse files Browse the repository at this point in the history
Remove the C++ 17 compatibility functions now that CUDA 11.0 and later support C++ 17 natively.
  • Loading branch information
fwyzard committed Oct 20, 2020
1 parent be8c055 commit b73a792
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion RecoLocalTracker/SiPixelRecHits/interface/pixelCPEforGPU.h
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
#include "DataFormats/GeometrySurface/interface/SOARotation.h"
#include "Geometry/TrackerGeometryBuilder/interface/phase1PixelTopology.h"
#include "HeterogeneousCore/CUDAUtilities/interface/cudaCompat.h"
#include "HeterogeneousCore/CUDAUtilities/interface/cuda_cxx17.h"

namespace pixelCPEforGPU {

Expand Down

0 comments on commit b73a792

Please sign in to comment.