nest-gpu
nest-gpu copied to clipboard
NEST GPU
Implemented abstract base class and derived template class for connections. Implemented two template specializations (12 bytes and 16 bytes). Reduced gpu memory overhead for remote connection creation. Improved MPI remote...
I installed NEST GPU using Ubuntu 22.04.4 LTS following the installation instructions step-by-step, noticing that there is an incompatibility between version 11.5 of the nvidia-cuda-toolkit and the default c++ compiler...
I would like to run the simulation automatically with a loop to test STDP. It looks like this : ``` sg = nestgpu.Create("spike_generator") spike_times = [[50.0], [150.0], [250.0]] ngpu.ActivateRecSpikeTimes(sg, 100)...
Implemented functions to get CUDA memory usage of each MPI process, peak CUDA memory usage of each MPI process, total CUDA memory available for all MPI processes, free CUDA memory...
Prepared wrappers for clang-format and clang-tidy compatibility with CUDA / CUB headers and scripts to run formatting and checks on all source c++/cuda files. Formatted source c++/cuda files with clang-format....
Beyond static and dynamic chekcs Quick protocol for validating well established models i.e. microcircuit, MAM, HPC benchmark
Common base with NEST communication infrastructure