mirror of
https://github.com/smyalygames/FiniteVolumeGPU.git
synced 2025-05-18 06:24:13 +02:00
Async mem ops
This commit is contained in:
parent
6c8bac6f7b
commit
acb7d2ab39
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user