Back to home page

Project CMSSW displayed by LXR

 
 

    


File indexing completed on 2023-03-17 10:45:02

0001 import FWCore.ParameterSet.Config as cms
0002 
0003 testAlpakaGlobalProducerOffset = cms.EDProducer('TestAlpakaGlobalProducerOffset@alpaka',
0004   xvalue = cms.PSet(
0005     alpaka_serial_sync = cms.double(0),
0006     alpaka_cuda_async = cms.double(0)
0007   ),
0008   mightGet = cms.optional.untracked.vstring,
0009   alpaka = cms.untracked.PSet(
0010     backend = cms.untracked.string('')
0011   )
0012 )