Closed JoseJVS closed 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.
Fixes #39
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.