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 | |
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::ContextState | ctxState_ |
cms::cuda::device::unique_ptr< float[]> | devicePtr_ |
edm::EDPutTokenT< cms::cuda::Product< cms::cudatest::Thing > > const | dstToken_ |
TestCUDAProducerGPUKernel | gpuAlgo_ |
cms::cuda::host::noncached::unique_ptr< float > | hostData_ |
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 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, ProducerED_cfi::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 Modules.SwitchProducer::__addParameter(), SequenceTypes.DummyModule::__repr__(), Modules.SwitchProducer::__setattr__(), Mixins._Labelable::_findDependencies(), acquire(), produce(), and Mixins._Labelable::setLabel().
|
private |
Definition at line 33 of file TestCUDAProducerGPUEW.cc.
Referenced by acquire().