/
githubmirror
/
cmssw
Обзор
Документация
Войти
/
githubmirror
/
cmssw
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
HeterogeneousCore/CUDAUtilities/src/deviceAllocatorStatus.cc
7 строк
283 B
Matti Kortelainen
Improve the CUDAMonitoringService
10 авг 2020, 20:06
Не верифицирован
10 авг 2020, 20:06
606c948
Код
Авторство
О чём код?
#include "HeterogeneousCore/CUDAUtilities/interface/deviceAllocatorStatus.h" #include "getCachingDeviceAllocator.h" namespace cms::cuda { allocator::GpuCachedBytes deviceAllocatorStatus() { return allocator::getCachingDeviceAllocator().CacheStatus(); } } // namespace cms::cuda