CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
cachingAllocators.h
Go to the documentation of this file.
1 #ifndef HeterogeneousCore_CUDAUtilities_interface_cachingAllocators_h
2 #define HeterogeneousCore_CUDAUtilities_interface_cachingAllocators_h
3 
4 namespace cms::cuda::allocator {
5  // Use caching or not
6  constexpr bool useCaching = true;
7 
8  // these intended to be called only from CUDAService
11 } // namespace cms::cuda::allocator
12 
13 #endif
constexpr bool useCaching