Expand description
Support for allocating memory and using alloc
using CUDA memory allocation system-calls.
Structs§
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: