void genRunnerGPU(const NNmodel &model, const string &path, int localHostID)
A function to generate the code that simulates the model on the GPU.
Definition: generateRunner.cc:2125
void genRunner(const NNmodel &model, const string &path, int localHostID)
ID of local host.
Definition: generateRunner.cc:1170
Definition: modelSpec.h:132
void genMSBuild(const NNmodel &model, const string &path)
A function that generates an MSBuild script for all generated GeNN code.
Definition: generateRunner.cc:3020
void genDefinitions(const NNmodel &model, const string &path, int localHostID)
A function that generates predominantly host-side code.
Definition: generateRunner.cc:446
void genSupportCode(const NNmodel &model, const string &path)
Path for code generationn.
Definition: generateRunner.cc:1095
Header file that contains the class (struct) definition of neuronModel for defining a neuron model an...
void genMakefile(const NNmodel &model, const string &path)
A function that generates the Makefile for all generated GeNN code.
Definition: generateRunner.cc:3071