Back to home page

Project CMSSW displayed by LXR

 
 

    


File indexing completed on 2023-03-17 11:05:47

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