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 | |
EDProducer (const EDProducer &)=delete | |
bool | hasAbilityToProduceInBeginLumis () const final |
bool | hasAbilityToProduceInBeginProcessBlocks () const final |
bool | hasAbilityToProduceInBeginRuns () const final |
bool | hasAbilityToProduceInEndLumis () const final |
bool | hasAbilityToProduceInEndProcessBlocks () const final |
bool | hasAbilityToProduceInEndRuns () const final |
const EDProducer & | operator= (const EDProducer &)=delete |
Static Public Member Functions | |
static void | fillDescriptions (edm::ConfigurationDescriptions &descriptions) |
Private Attributes | |
cms::cuda::host::unique_ptr< float[]> | buffer_ |
edm::EDPutTokenT< int > const | dstToken_ |
std::string const | label_ |
edm::EDGetTokenT< cms::cuda::Product< cms::cudatest::Thing > > const | srcToken_ |
Additional Inherited Members | |
Public Types inherited from edm::stream::EDProducer< edm::ExternalWork > | |
using | CacheTypes = CacheContexts< T... > |
using | GlobalCache = typename CacheTypes::GlobalCache |
using | HasAbility = AbilityChecker< T... > |
using | InputProcessBlockCache = typename CacheTypes::InputProcessBlockCache |
using | LuminosityBlockCache = typename CacheTypes::LuminosityBlockCache |
using | LuminosityBlockContext = LuminosityBlockContextT< LuminosityBlockCache, RunCache, GlobalCache > |
using | LuminosityBlockSummaryCache = typename CacheTypes::LuminosityBlockSummaryCache |
using | RunCache = typename CacheTypes::RunCache |
using | RunContext = RunContextT< RunCache, GlobalCache > |
using | RunSummaryCache = typename CacheTypes::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, ALCARECOEcalPhiSym_cff::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::ConfigurationDescriptions::addWithDefaultLabel(), submitPVResolutionJobs::desc, ProducerED_cfi::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 Modules.SwitchProducer::__addParameter(), SequenceTypes.DummyModule::__repr__(), Modules.SwitchProducer::__setattr__(), Mixins._Labelable::_findDependencies(), acquire(), produce(), and Mixins._Labelable::setLabel().
|
private |
Definition at line 31 of file TestCUDAProducerGPUtoCPU.cc.
Referenced by acquire().