![]() |
|
|||
File indexing completed on 2023-03-17 10:45:02
0001 import FWCore.ParameterSet.Config as cms 0002 0003 testAlpakaGlobalProducer = cms.EDProducer('TestAlpakaGlobalProducer@alpaka', 0004 eventSetupSource = cms.ESInputTag('', ''), 0005 size = cms.PSet( 0006 alpaka_serial_sync = cms.required.int32, 0007 alpaka_cuda_async = cms.required.int32 0008 ), 0009 mightGet = cms.optional.untracked.vstring, 0010 alpaka = cms.untracked.PSet( 0011 backend = cms.untracked.string('') 0012 ) 0013 )
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.2.1 LXR engine. The LXR team |
![]() ![]() |