Public Member Functions | |
void | acquire (edm::Event const &iEvent, edm::EventSetup const &iSetup, edm::WaitingTaskWithArenaHolder waitingTaskHolder) override |
void | produce (edm::Event &iEvent, const edm::EventSetup &iSetup) override |
TestCUDAProducerGPUtoCPU (edm::ParameterSet const &iConfig) | |
~TestCUDAProducerGPUtoCPU () override=default | |
Public Member Functions inherited from edm::stream::EDProducer< edm::ExternalWork > | |
EDProducer ()=default | |
bool | hasAbilityToProduceInBeginLumis () const final |
bool | hasAbilityToProduceInBeginRuns () const final |
bool | hasAbilityToProduceInEndLumis () const final |
bool | hasAbilityToProduceInEndRuns () const final |
Static Public Member Functions | |
static void | fillDescriptions (edm::ConfigurationDescriptions &descriptions) |
Private Attributes | |
cms::cuda::host::unique_ptr< float[]> | buffer_ |
const edm::EDPutTokenT< int > | dstToken_ |
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 16 of file TestCUDAProducerGPUtoCPU.cc.
|
explicit |
Definition at line 36 of file TestCUDAProducerGPUtoCPU.cc.
References edm::ParameterSet::getParameter(), and AlCaHLTBitMon_QueryRunRegistry::string.
|
overridedefault |
|
override |
Definition at line 50 of file TestCUDAProducerGPUtoCPU.cc.
References buffer_, cudaCheck, dqmMemoryStats::float, cms::cudatest::Thing::get(), iEvent, recoMuon::in, label_, eostools::move(), TestCUDAProducerGPUKernel::NUM_VALUES, and srcToken_.
|
static |
Definition at line 41 of file TestCUDAProducerGPUtoCPU.cc.
References edm::ParameterSetDescription::add(), edm::ConfigurationDescriptions::addWithDefaultLabel(), HLT_2018_cff::InputTag, and edm::ConfigurationDescriptions::setComment().
|
override |
Definition at line 72 of file TestCUDAProducerGPUtoCPU.cc.
References buffer_, counter, dstToken_, mps_fire::i, iEvent, label_, and TestCUDAProducerGPUKernel::NUM_VALUES.
|
private |
Definition at line 33 of file TestCUDAProducerGPUtoCPU.cc.
|
private |
Definition at line 32 of file TestCUDAProducerGPUtoCPU.cc.
Referenced by produce().
|
private |
Definition at line 30 of file TestCUDAProducerGPUtoCPU.cc.
Referenced by SequenceTypes.DummyModule::__repr__(), Mixins._Labelable::_findDependencies(), acquire(), produce(), and Mixins._Labelable::setLabel().
|
private |
Definition at line 31 of file TestCUDAProducerGPUtoCPU.cc.
Referenced by acquire().