Public Member Functions | |
void | produce (edm::Event &event, edm::EventSetup const &) override |
TestPortableProducerCUDA (edm::ParameterSet const &config) | |
Public Member Functions inherited from edm::stream::EDProducer<> | |
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 | |
cudatest::TestAlgo | algo_ |
const edm::EDPutTokenT< cms::cuda::Product< cudatest::TestDeviceCollection > > | deviceToken_ |
const int32_t | size_ |
Additional Inherited Members | |
Public Types inherited from edm::stream::EDProducer<> | |
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 17 of file TestPortableProducerCUDA.cc.
|
inline |
Definition at line 19 of file TestPortableProducerCUDA.cc.
|
inlinestatic |
Definition at line 34 of file TestPortableProducerCUDA.cc.
References edm::ConfigurationDescriptions::addWithDefaultLabel(), and submitPVResolutionJobs::desc.
|
inlineoverride |
Definition at line 22 of file TestPortableProducerCUDA.cc.
References algo_, deviceToken_, cudatest::TestAlgo::fill(), eostools::move(), and size_.
|
private |
Definition at line 45 of file TestPortableProducerCUDA.cc.
Referenced by produce().
|
private |
Definition at line 41 of file TestPortableProducerCUDA.cc.
Referenced by produce().
|
private |
Definition at line 42 of file TestPortableProducerCUDA.cc.
Referenced by produce().