CMS 3D CMS Logo

List of all members | Public Member Functions
SwitchProducerCUDA.SwitchProducerCUDA Class Reference
Inheritance diagram for SwitchProducerCUDA.SwitchProducerCUDA:

Public Member Functions

def __init__ (self, **kargs)
 

Detailed Description

Definition at line 12 of file SwitchProducerCUDA.py.

Constructor & Destructor Documentation

◆ __init__()

def SwitchProducerCUDA.SwitchProducerCUDA.__init__ (   self,
**  kargs 
)

Definition at line 13 of file SwitchProducerCUDA.py.

13  def __init__(self, **kargs):
14  super(SwitchProducerCUDA,self).__init__(
15  dict(cpu = cms.SwitchProducer.getCpu(),
16  cuda = _switch_cuda),
17  **kargs
18  )
19 cms.specialImportRegistry.registerSpecialImportForType(SwitchProducerCUDA, "from HeterogeneousCore.CUDACore.SwitchProducerCUDA import SwitchProducerCUDA")
20