32 #include <cuda_runtime.h>
56 int UIntSz =
sizeof(
unsigned int) * 8;
Contains a template function for string conversion from const char* to C++ string.
cudaDeviceProp * deviceProp
Definition: global.h:43
int hostCount
Global variable containing the number of hosts within the local compute cluster.
Definition: global.h:49
int theDev
Definition: global.h:44
int deviceCount
Global variable containing the number of CUDA devices found on this host.
Definition: global.h:50
int UIntSz
size of the unsigned int variable type on the local architecture
Definition: global.h:56
int neuronBlkSz
Definition: global.h:40
int synapseBlkSz
Definition: global.h:41
int optimiseBlockSize
Flag for signalling whether or not block size optimisation should be performed.
Definition: global.h:51
int learnBlkSz
Definition: global.h:42
int logUIntSz
logarithm of the size of the unsigned int variable type on the local architecture ...
Definition: global.h:57