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 fwrapper::cs, dstToken_, CUDAService::enabled(), edm::ParameterSet::getParameter(), hostData_, srcToken_, and AlCaHLTBitMon_QueryRunRegistry::string.
|
overridedefault |
|
override |
Definition at line 62 of file TestCUDAProducerGPUEW.cc.
References ctxState_, cudaCheck, devicePtr_, edm::EventID::event(), cms::cudatest::Thing::get(), edm::Event::get(), gpuAlgo_, hostData_, edm::EventBase::id(), recoMuon::in, input, label_, eostools::move(), TestCUDAProducerGPUKernel::runAlgo(), srcToken_, and edm::Event::streamID().
|
static |
Definition at line 51 of file TestCUDAProducerGPUEW.cc.
References edm::ParameterSetDescription::add(), 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_, edm::EventID::event(), hostData_, edm::EventBase::id(), label_, eostools::move(), and edm::Event::streamID().
|
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(), and TestCUDAProducerGPUEW().
|
private |
Definition at line 35 of file TestCUDAProducerGPUEW.cc.
Referenced by acquire().
|
private |
Definition at line 38 of file TestCUDAProducerGPUEW.cc.
Referenced by acquire(), produce(), and TestCUDAProducerGPUEW().
|
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(), and TestCUDAProducerGPUEW().