/
githubmirror
/
cmssw
Обзор
Документация
Войти
/
githubmirror
/
cmssw
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
PhysicsTools/ONNXRuntime/test/BuildFile.xml
13 строк
412 B
Andrea Bocci
Run the ONNX test on GPU only if CUDA is available
21 янв 2026, 15:50
Не верифицирован
21 янв 2026, 15:50
b23d220
Код
Авторство
О чём код?
<test name="test_py_onnxruntime" command="plot_load_and_predict.py"> <use name="onnxruntime"/> </test> <iftool name="cuda"> <flags CPPDEFINES="CMSSW_CUDA_IS_AVAILABLE"/> </iftool> <bin name="testONNXRuntime" file="testRunner.cpp, testONNXRuntime.cc"> <use name="cppunit"/> <use name="FWCore/ParameterSet"/> <use name="HeterogeneousCore/CUDAUtilities"/> <use name="PhysicsTools/ONNXRuntime"/> </bin>