![]() |
GeNN
3.3.0
GPU enhanced Neuronal Networks (GeNN)
|
#include "global.h"Namespaces | |
| GENN_FLAGS | |
| GENN_PREFERENCES | |
Macros | |
| #define | GLOBAL_CC |
Variables | |
| unsigned int | preSynapseResetBlkSize |
| Global variable containing the GPU block size for the reset kernel run before the synapse kernel. More... | |
| unsigned int | neuronBlkSz |
| Global variable containing the GPU block size for the neuron kernel. More... | |
| unsigned int | synapseBlkSz |
| Global variable containing the GPU block size for the synapse kernel. More... | |
| unsigned int | learnBlkSz |
| Global variable containing the GPU block size for the learn kernel. More... | |
| unsigned int | synDynBlkSz |
| Global variable containing the GPU block size for the synapse dynamics kernel. More... | |
| unsigned int | initBlkSz |
| Global variable containing the GPU block size for the initialization kernel. More... | |
| unsigned int | initSparseBlkSz |
| Global variable containing the GPU block size for the sparse initialization kernel. More... | |
| cudaDeviceProp * | deviceProp |
| int | theDevice |
| Global variable containing the currently selected CUDA device's number. More... | |
| int | deviceCount |
| Global variable containing the number of CUDA devices on this host. More... | |
| int | hostCount |
| Global variable containing the number of hosts within the local compute cluster. More... | |
| #define GLOBAL_CC |
| int deviceCount |
Global variable containing the number of CUDA devices on this host.
| cudaDeviceProp* deviceProp |
| int hostCount |
Global variable containing the number of hosts within the local compute cluster.
| unsigned int initBlkSz |
Global variable containing the GPU block size for the initialization kernel.
| unsigned int initSparseBlkSz |
Global variable containing the GPU block size for the sparse initialization kernel.
| unsigned int learnBlkSz |
Global variable containing the GPU block size for the learn kernel.
| unsigned int neuronBlkSz |
Global variable containing the GPU block size for the neuron kernel.
| unsigned int preSynapseResetBlkSize |
Global variable containing the GPU block size for the reset kernel run before the synapse kernel.
| unsigned int synapseBlkSz |
Global variable containing the GPU block size for the synapse kernel.
| unsigned int synDynBlkSz |
Global variable containing the GPU block size for the synapse dynamics kernel.
| int theDevice |
Global variable containing the currently selected CUDA device's number.