Skip to content
Snippets Groups Projects
Commit 51f83b42 authored by kanduri's avatar kanduri Committed by Benjamin Cumming
Browse files

Removed the use of CUDA Managed Memory from GPU-Stack (#821)

Remove managed memory from the GPU stack data type that is used for spike collection on the GPU back end. Now the stack has explicit synchronization points, that are called from the host, for:
* copying stack state from GPU to host memory where it can be interrogated.
* resetting the stack state on the GPU to empty.

Fixes  #810.
parent 677f96df
No related branches found
No related tags found
No related merge requests found
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment