Skip to content

Commit

Permalink
Replace cuda::device operations with native CUDA calls (#408)
Browse files Browse the repository at this point in the history
Replaces the usage of cuda::device::count(), cuda::device::get(), cuda::device::set() and cuda::device::current::get() with native CUDA calls.
  • Loading branch information
waredjeb authored and fwyzard committed Oct 8, 2020
1 parent 1905ab0 commit fd2056b
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
#define CUDADataFormats_TrackingRecHit_interface_TrackingRecHit2DSOAView_h

#include <cuda_runtime.h>
#include <cuda/api_wrappers.h>

#include "CUDADataFormats/SiPixelCluster/interface/gpuClusteringConstants.h"
#include "HeterogeneousCore/CUDAUtilities/interface/HistoContainer.h"
Expand Down

0 comments on commit fd2056b

Please sign in to comment.