Definition: modelSpec.h:132
void genNeuronKernel(const NNmodel &model, const string &path)
Function for generating the CUDA kernel that simulates all neurons in the model.
Definition: generateKernels.cc:436
void genSynapseKernel(const NNmodel &model, const string &path, int localHostID)
Function for generating a CUDA kernel for simulating all synapses.
Definition: generateKernels.cc:833
Header file that contains the class (struct) definition of neuronModel for defining a neuron model an...