/
githubmirror
/
cmssw
Обзор
Документация
Войти
/
githubmirror
/
cmssw
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
HeterogeneousCore/AlpakaServices/test/BuildFile.xml
18 строк
997 B
Andrea Bocci
Add a simple test to load the AlpakaService
28 июн 2024, 17:37
Не верифицирован
28 июн 2024, 17:37
660603a
Код
Авторство
О чём код?
<!-- test the AlpakaService for the CPU serial backend --> <test name="testAlpakaServiceSerialSync" command="cmsRun ${LOCALTOP}/src/HeterogeneousCore/AlpakaServices/test/testAlpakaServiceSerialSync.py"> <use name="HeterogeneousCore/AlpakaServices"/> </test> <!-- test the AlpakaService for the CUDA backend --> <test name="testAlpakaServiceCudaAsync" command="cmsRun ${LOCALTOP}/src/HeterogeneousCore/AlpakaServices/test/testAlpakaServiceCudaAsync.py"> <!-- dependence only to trigger the unit test when NVIDIA GPU is (expected to be) present --> <use name="cuda"/> <use name="HeterogeneousCore/AlpakaServices"/> </test> <!-- test the AlpakaService for the ROCm backend --> <test name="testAlpakaServiceROCmAsync" command="cmsRun ${LOCALTOP}/src/HeterogeneousCore/AlpakaServices/test/testAlpakaServiceROCmAsync.py"> <!-- dependence only to trigger the unit test when AMD GPU is (expected to be) present --> <use name="rocm"/> <use name="HeterogeneousCore/AlpakaServices"/> </test>