![]()  | 
  
    GeNN
    2.2.3
    
   GPU enhanced Neuronal Networks (GeNN) 
   | 
 
#include "global.h"Namespaces | |
| GENN_FLAGS | |
| GENN_PREFERENCES | |
Macros | |
| #define | GLOBAL_CC | 
Variables | |
| int | neuronBlkSz | 
| Global variable containing the GPU block size for the neuron kernel.  More... | |
| int | synapseBlkSz | 
| Global variable containing the GPU block size for the synapse kernel.  More... | |
| int | learnBlkSz | 
| Global variable containing the GPU block size for the learn kernel.  More... | |
| int | synDynBlkSz | 
| Global variable containing the GPU block size for the synapse dynamics 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.
| int learnBlkSz | 
Global variable containing the GPU block size for the learn kernel.
| int neuronBlkSz | 
Global variable containing the GPU block size for the neuron kernel.
| int synapseBlkSz | 
Global variable containing the GPU block size for the synapse kernel.
| 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.