8 #ifndef K_FIRESYNC_CUDA_ALLOC_H
9 #define K_FIRESYNC_CUDA_ALLOC_H
12 #include <kFireSync/Cuda/kCudaAlloc.x.h>
33 return xkCudaAlloc_Static()->deviceAlloc;
77 return xkCudaAlloc_Static()->managedAlloc;
99 return xkCudaAlloc_Static()->pinnedAlloc;
kAlloc kCudaDeviceAlloc_Instance()
Gets the singleton Cuda device memory allocator instance.
Definition: kCudaAlloc.h:31
kAlloc kCudaPinnedAlloc_Instance()
Gets the singleton Cuda pinned memory allocator instance.
Definition: kCudaAlloc.h:97
kAlloc kCudaManagedAlloc_Instance()
Gets the singleton Cuda managed memory allocator instance.
Definition: kCudaAlloc.h:75
Central Cuda-related definitions.