/
githubmirror
/
cmssw
Обзор
Документация
Войти
/
githubmirror
/
cmssw
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
HeterogeneousCore/AlpakaTest/test/BuildFile.xml
27 строк
1 KB
Matti Kortelainen
Add possibility for a CopyToHost::postCopy() operation
03 сен 2024, 22:13
03 сен 2024, 22:13
564e08d
Код
Авторство
О чём код?
<test name="testHeterogeneousCoreAlpakaTestWriteRead" command="testHeterogeneousCoreAlpakaTestWriteRead.sh"> <!-- dependence and flag only to trigger the unit test for each Alpaka backend --> <use name="alpaka"/> <flags ALPAKA_BACKENDS="1"/> </test> <test name="testHeterogeneousCoreAlpakaTestModulesCPU" command="testAlpakaModules.sh cpu"/> <test name="testHeterogeneousCoreAlpakaTestModulesCUDA" command="testAlpakaModules.sh cuda"> <!-- dependence only to trigger the unit test when NVIDIA GPU is (expected to be) present --> <use name="cuda"/> </test> <test name="testHeterogeneousCoreAlpakaTestModulesROCm" command="testAlpakaModules.sh rocm"> <!-- dependence only to trigger the unit test when AMD GPU is (expected to be) present --> <use name="rocm"/> </test> <test name="testHeterogeneousCoreAlpakaTestCopyOfPtr" command="cmsRun ${LOCALTOP}/src/HeterogeneousCore/AlpakaTest/test/testAlpakaModulesCopyOfPtr_cfg.py"> <!-- dependence and flag only to trigger the unit test for each Alpaka backend --> <use name="alpaka"/> <flags ALPAKA_BACKENDS="1"/> </test> <bin name="alpakaTestPrintAnswer" file="alpaka/printAnswer.cpp"> <use name="HeterogeneousCore/AlpakaInterface"/> <use name='HeterogeneousCore/AlpakaTest'/> <flags ALPAKA_BACKENDS="1"/> </bin>