nest / nest-gpu

NEST GPU
https://nest-gpu.readthedocs.io
GNU General Public License v2.0
19 stars 12 forks source link

Build connections directly in GPU memory #28

Open golosio opened 2 years ago

golosio commented 2 years ago

Currently connections are first created in the RAM, then copied to GPU memory just before starting the simulation. The building phase could be much faster if connections were created in parallel directly in GPU memory.

JoseJVS commented 10 months ago

Working on remote implementation via MPI