Module mem

Module mem 

Source
Expand description

Support for allocating memory and using alloc using CUDA memory allocation system-calls.

Structs§

CUDAAllocator

Functions§

dynamic_smem_size
Returns the amount of shared memory that has been dynamically allocated by the caller of the kernel for every thread block (CTA).
total_smem_size
Returns the amount of total shared memory that has been allocated for every thread block for this kernel. This includes both static and dynamic shared memory. The returned number will be a multiple of static memory allocation unit size: