/
githubmirror
/
cmssw
Обзор
Документация
Войти
/
githubmirror
/
cmssw
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
HeterogeneousCore/CUDATest/src/classes.h
11 строк
396 B
Andrea Bocci
Remove legacy CUDA tests
21 янв 2026, 23:20
Не верифицирован
21 янв 2026, 23:20
cd1121b
Код
Авторство
О чём код?
/* A simple data product used to test that the framework handles correctly the case of edm::Wrapper<T> where - T has a dictionary - edm::Wrapper<T> does not have a dictionary - the corresponding classes.h file includes CUDA headers */ #include <cuda_runtime.h> #include "DataFormats/Common/interface/Wrapper.h" #include "HeterogeneousCore/CUDATest/interface/MissingDictionaryCUDAObject.h"