nest-gpu icon indicating copy to clipboard operation
nest-gpu copied to clipboard

Build connections directly in GPU memory

Open golosio opened this issue 2 years ago • 1 comments

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.

golosio avatar May 03 '22 12:05 golosio

Working on remote implementation via MPI

JoseJVS avatar Jan 10 '24 14:01 JoseJVS