Back to home page

Project CMSSW displayed by LXR

 
 

    


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

0001 <iftool name="cuda-gcc-support">
0002   <bin file="test*.cc" name="testHeterogeneousCoreCUDATest">
0003     <use name="FWCore/TestProcessor"/>
0004     <use name="HeterogeneousCore/CUDACore"/>
0005     <use name="catch2"/>
0006     <!-- dependence only to trigger the unit test when NVIDIA GPU is (expected to be) present -->
0007     <use name="cuda"/>
0008   </bin>
0009 
0010   <ifrelease name="_GPU_">
0011     <test name="TestCUDATest" command="runtests.sh gpu">
0012       <!-- dependence only to trigger the unit test when NVIDIA GPU is (expected to be) present -->
0013       <use name="cuda"/>
0014     </test>
0015   <else/>
0016     <test name="TestCUDATest" command="runtests.sh cpu"/>
0017   </ifrelease>
0018 
0019   <test name="testHeterogeneousCoreCUDATestWriteRead" command="testHeterogeneousCoreCUDATestWriteRead.sh">
0020     <!-- dependence only to trigger the unit test when NVIDIA GPU is (expected to be) present -->
0021     <use name="cuda"/>
0022   </test>
0023 
0024   <!--
0025   Test that the framework handles correctly the case of edm::Wrapper<T> where
0026     - T has a dictionary
0027     - edm::Wrapper<T> does not have a dictionary
0028     - the corresponding classes.h file includes CUDA headers
0029   -->
0030   <test name="testMissingDictionaryCUDA" command="testMissingDictionaryCUDA.sh"/>
0031 </iftool>