From b73a7929144c5893ea24064a1c74c7505677a23f Mon Sep 17 00:00:00 2001 From: Andrea Bocci Date: Sun, 19 Jul 2020 10:49:10 +0200 Subject: [PATCH] Remove "cuda_cxx17.h" (#519) Remove the C++ 17 compatibility functions now that CUDA 11.0 and later support C++ 17 natively. --- RecoLocalTracker/SiPixelRecHits/interface/pixelCPEforGPU.h | 1 - 1 file changed, 1 deletion(-) diff --git a/RecoLocalTracker/SiPixelRecHits/interface/pixelCPEforGPU.h b/RecoLocalTracker/SiPixelRecHits/interface/pixelCPEforGPU.h index c9d2df58dfeb0..681211b82e1af 100644 --- a/RecoLocalTracker/SiPixelRecHits/interface/pixelCPEforGPU.h +++ b/RecoLocalTracker/SiPixelRecHits/interface/pixelCPEforGPU.h @@ -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 {