Contains the original starting simulation code.
C code for running neuron-network simulations sequentially
Helper function for LIFnetwork.c
to create a random neuron network
Parallelized rewrite of LIFnetwork.c
in CUDA
- Add
-lcurand
flag while compiling the CUDA file - Presently, the block grid an blocks themselves are both 1D, they can trivially be extended to 2D or 3D for more number of simultaneous threads.