Back to home page

Project CMSSW displayed by LXR

 
 

    


File indexing completed on 2024-04-06 12:15:45

0001 #include "HeterogeneousCore/CUDAUtilities/interface/deviceAllocatorStatus.h"
0002 
0003 #include "getCachingDeviceAllocator.h"
0004 
0005 namespace cms::cuda {
0006   allocator::GpuCachedBytes deviceAllocatorStatus() { return allocator::getCachingDeviceAllocator().CacheStatus(); }
0007 }  // namespace cms::cuda