/
githubmirror
/
cmssw
Обзор
Документация
Войти
/
githubmirror
/
cmssw
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
DataFormats/Portable/interface/alpaka/PortableObject.h
21 строка
845 B
markus
Refactor of the PortableCollections
29 янв 2026, 12:11
29 янв 2026, 12:11
75c03aa
Код
Авторство
О чём код?
#ifndef DataFormats_Portable_interface_alpaka_PortableObject_h #define DataFormats_Portable_interface_alpaka_PortableObject_h #include <alpaka/alpaka.hpp> #include "DataFormats/Portable/interface/PortableObject.h" #include "HeterogeneousCore/AlpakaInterface/interface/config.h" // This header is not used by PortableObject, but is included here to automatically // provide its content to users of ALPAKA_ACCELERATOR_NAMESPACE::PortableObject. #include "HeterogeneousCore/AlpakaInterface/interface/AssertDeviceMatchesHostCollection.h" namespace ALPAKA_ACCELERATOR_NAMESPACE { // generic struct-based product in the device (that may be host) memory template <typename T> using PortableObject = ::PortableObject<Device, T>; } // namespace ALPAKA_ACCELERATOR_NAMESPACE #endif // DataFormats_Portable_interface_alpaka_PortableObject_h