mirror of
https://github.com/smyalygames/FiniteVolumeGPU.git
synced 2025-11-29 17:28:03 +01:00
Async mem ops
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user