Async mem ops

This commit is contained in:
Martin Lilleeng Sætra 2022-04-26 12:10:22 +00:00
parent 6c8bac6f7b
commit acb7d2ab39

View File

@ -162,6 +162,7 @@ class BaseSimulator(object):
#Create a CUDA stream
self.stream = cuda.Stream()
self.internal_stream = cuda.Stream()
#Keep track of simulation time and number of timesteps
self.t = 0.0