GeNN
3.3.0
GPU enhanced Neuronal Networks (GeNN)
|
Macros | |
#define | UTILS_CC |
Functions | |
CUresult | cudaFuncGetAttributesDriver (cudaFuncAttributes *attr, CUfunction kern) |
Function for getting the capabilities of a CUDA device via the driver API. More... | |
void | writeHeader (CodeStream &os) |
Function to write the comment header denoting file authorship and contact details into the generated code. More... | |
size_t | theSize (const string &type) |
Tool for determining the size of variable types on the current architecture. More... | |
#define UTILS_CC |
CUresult cudaFuncGetAttributesDriver | ( | cudaFuncAttributes * | attr, |
CUfunction | kern | ||
) |
Function for getting the capabilities of a CUDA device via the driver API.
size_t theSize | ( | const string & | type | ) |
Tool for determining the size of variable types on the current architecture.
void writeHeader | ( | CodeStream & | os | ) |
Function to write the comment header denoting file authorship and contact details into the generated code.