![]() |
|
|||
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 )
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.2.1 LXR engine. The LXR team |
![]() ![]() |