Public Member Functions | |
void | acquire (edm::Event const &iEvent, edm::EventSetup const &iSetup, edm::WaitingTaskWithArenaHolder waitingTaskHolder) override |
void | produce (edm::Event &iEvent, edm::EventSetup const &iSetup) override |
TestCUDAProducerGPUEW (edm::ParameterSet const &iConfig) | |
~TestCUDAProducerGPUEW () override=default | |
Public Member Functions inherited from edm::stream::EDProducer< edm::ExternalWork > | |
EDProducer ()=default | |
bool | hasAbilityToProduceInBeginLumis () const final |
bool | hasAbilityToProduceInBeginProcessBlocks () const final |
bool | hasAbilityToProduceInBeginRuns () const final |
bool | hasAbilityToProduceInEndLumis () const final |
bool | hasAbilityToProduceInEndProcessBlocks () const final |
bool | hasAbilityToProduceInEndRuns () const final |
Static Public Member Functions | |
static void | fillDescriptions (edm::ConfigurationDescriptions &descriptions) |
Private Attributes | |
cms::cuda::ContextState | ctxState_ |
cms::cuda::device::unique_ptr< float[]> | devicePtr_ |
const edm::EDPutTokenT< cms::cuda::Product< cms::cudatest::Thing > > | dstToken_ |
TestCUDAProducerGPUKernel | gpuAlgo_ |
cms::cuda::host::noncached::unique_ptr< float > | hostData_ |
const std::string | label_ |
const edm::EDGetTokenT< cms::cuda::Product< cms::cudatest::Thing > > | srcToken_ |
Additional Inherited Members | |
Public Types inherited from edm::stream::EDProducer< edm::ExternalWork > | |
typedef CacheContexts< T... > | CacheTypes |
typedef CacheTypes::GlobalCache | GlobalCache |
typedef AbilityChecker< T... > | HasAbility |
typedef CacheTypes::LuminosityBlockCache | LuminosityBlockCache |
typedef LuminosityBlockContextT< LuminosityBlockCache, RunCache, GlobalCache > | LuminosityBlockContext |
typedef CacheTypes::LuminosityBlockSummaryCache | LuminosityBlockSummaryCache |
typedef CacheTypes::RunCache | RunCache |
typedef RunContextT< RunCache, GlobalCache > | RunContext |
typedef CacheTypes::RunSummaryCache | RunSummaryCache |
Definition at line 19 of file TestCUDAProducerGPUEW.cc.
|
explicit |
Definition at line 41 of file TestCUDAProducerGPUEW.cc.
References edm::ParameterSet::getParameter(), and AlCaHLTBitMon_QueryRunRegistry::string.
|
overridedefault |
|
override |
Definition at line 62 of file TestCUDAProducerGPUEW.cc.
References ctxState_, cudaCheck, devicePtr_, dqmMemoryStats::float, gpuAlgo_, hostData_, iEvent, recoMuon::in, input, label_, eostools::move(), TestCUDAProducerGPUKernel::runAlgo(), and srcToken_.
|
static |
Definition at line 51 of file TestCUDAProducerGPUEW.cc.
References edm::ConfigurationDescriptions::addWithDefaultLabel(), submitPVResolutionJobs::desc, HLT_FULL_cff::InputTag, and edm::ConfigurationDescriptions::setComment().
|
override |
Definition at line 82 of file TestCUDAProducerGPUEW.cc.
References ctxState_, devicePtr_, dstToken_, hostData_, iEvent, label_, and eostools::move().
|
private |
Definition at line 36 of file TestCUDAProducerGPUEW.cc.
|
private |
Definition at line 37 of file TestCUDAProducerGPUEW.cc.
|
private |
Definition at line 34 of file TestCUDAProducerGPUEW.cc.
Referenced by produce().
|
private |
Definition at line 35 of file TestCUDAProducerGPUEW.cc.
Referenced by acquire().
|
private |
Definition at line 38 of file TestCUDAProducerGPUEW.cc.
|
private |
Definition at line 32 of file TestCUDAProducerGPUEW.cc.
Referenced by SequenceTypes.DummyModule::__repr__(), Mixins._Labelable::_findDependencies(), acquire(), produce(), and Mixins._Labelable::setLabel().
|
private |
Definition at line 33 of file TestCUDAProducerGPUEW.cc.
Referenced by acquire().