Back to home page

Project CMSSW displayed by LXR

 
 

    


Warning, /HeterogeneousCore/AlpakaServices/test/BuildFile.xml is written in an unsupported language. File is not indexed.

0001 <!-- test the AlpakaService for the CPU serial backend -->
0002 <test name="testAlpakaServiceSerialSync" command="cmsRun ${LOCALTOP}/src/HeterogeneousCore/AlpakaServices/test/testAlpakaServiceSerialSync.py">
0003   <use name="HeterogeneousCore/AlpakaServices"/>
0004 </test>
0005 
0006 <!-- test the AlpakaService for the CUDA backend -->
0007 <test name="testAlpakaServiceCudaAsync" command="cmsRun ${LOCALTOP}/src/HeterogeneousCore/AlpakaServices/test/testAlpakaServiceCudaAsync.py">
0008   <!-- dependence only to trigger the unit test when NVIDIA GPU is (expected to be) present -->
0009   <use name="cuda"/>
0010   <use name="HeterogeneousCore/AlpakaServices"/>
0011 </test>
0012 
0013 <!-- test the AlpakaService for the ROCm backend -->
0014 <test name="testAlpakaServiceROCmAsync" command="cmsRun ${LOCALTOP}/src/HeterogeneousCore/AlpakaServices/test/testAlpakaServiceROCmAsync.py">
0015   <!-- dependence only to trigger the unit test when AMD GPU is (expected to be) present -->
0016   <use name="rocm"/>
0017   <use name="HeterogeneousCore/AlpakaServices"/>
0018 </test>