cudaFuncAttributes Struct Reference
[Data types used by CUDA Runtime]


Data Fields

size_t constSizeBytes
 Size of constant memory in bytes.
size_t localSizeBytes
 Size of local memory in bytes.
int maxThreadsPerBlock
 Maximum number of threads per block.
int numRegs
 Number of registers used.
size_t sharedSizeBytes
 Size of shared memory in bytes.

Detailed Description

CUDA function attributes

Generated by Doxygen for NVIDIA CUDA Library  NVIDIA