nest / nest-gpu

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

Optimization of synchronization blocks #55

Closed JoseJVS closed 1 year ago

JoseJVS commented 1 year ago

Following GPU operation ordering mechanisms ( https://docs.nvidia.com/cuda/cuda-c-programming-guide/index.html#ordering-and-concurrency ), synchronization instructions were evaluated and removed when possible to streamline simulation loop.

JoseJVS commented 1 year ago

Fixes #39