nest / nest-gpu

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

Check prefix scan function in spike_mpi.cu #5

Closed JoseJVS closed 2 years ago

JoseJVS commented 2 years ago

Following the GPU Hackathon, there is a possibility of implementing the prefix scan in spike_mpi.cu, which would replace two (blocking) cudaMemcpy.

JoseJVS commented 2 years ago

Done in pull request #13