Open golosio opened 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.
Working on remote implementation via MPI
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.