Skip to content

Commit

Permalink
Disable vertex reconstruction on GPU (#177)
Browse files Browse the repository at this point in the history
On K40c and P100 we get a segmentation violation in
PixelVertexHeterogeneousProducer::produceGPUCuda(...).
  • Loading branch information
fwyzard committed Nov 6, 2020
1 parent 94ec80e commit f1a272e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@
#
# for STARTUP ONLY use try and use Offline 3D PV from pixelTracks, with adaptive vertex
#
from RecoPixelVertexing.PixelVertexFinding.PixelVertexes_cff import *
# from RecoVertex.PrimaryVertexProducer.OfflinePixel3DPrimaryVertices_cfi import *
#from RecoPixelVertexing.PixelVertexFinding.PixelVertexes_cff import *
from RecoVertex.PrimaryVertexProducer.OfflinePixel3DPrimaryVertices_cfi import *
recopixelvertexing = cms.Sequence(pixelTracksSequence*pixelVertices)
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,3 @@
)


from Configuration.ProcessModifiers.gpu_cff import gpu
from RecoPixelVertexing.PixelVertexFinding.pixelVertexHeterogeneousProducer_cfi import pixelVertexHeterogeneousProducer as _pixelVertexHeterogeneousProducer
gpu.toReplaceWith(pixelVertices, _pixelVertexHeterogeneousProducer)

0 comments on commit f1a272e

Please sign in to comment.