nest-gpu
nest-gpu copied to clipboard
NEST GPU
stdp
Hello, I would like to ask which paper the implementation of stdp in nest-gpu is based on. Can you reply in your spare time? thanks
Analog to the NEST Simulator repository, we would like to setup a continuous integration pipeline with static checks, building of NEST GPU, and unit testing, see [Documentation](https://nest-simulator.readthedocs.io/en/latest/contribute/ci.html). NEST GPU already...
At the moment, the multi-area model is simulated with one area per MPI process.
I am reading your code and have a little doubt. The function SynapseUpdateFunction is defined in the rev_spike.cu file. If I want to get the source node in this function,...
NEST-GPU uses a `float` datatype for the state and parameter arrays in the models. This was used instead of `double` to conserve memory in GPU and because often commercial GPUs...
The difference in spike times recorded between NEST-GPU and NEST is currently 2 timesteps. This can be due to the following reasons: - The start of spike recording times is...
The connection block size is hardcoded in [connection.cuL92](https://github.com/nest/nest-gpu/blob/onboard_paper/src/connect.cu#L92) of NEST GPU onboard. It would be better to have it in the kernel and raise an error in case it is...