mirror of
https://github.com/smyalygames/FiniteVolumeGPU_HIP.git
synced 2025-05-18 06:24:11 +02:00
missing 'tab'
This commit is contained in:
parent
56445c201e
commit
e1992ca416
@ -187,15 +187,14 @@ class FORCE (Simulator.BaseSimulator):
|
||||
)
|
||||
)
|
||||
)
|
||||
self.u0, self.u1 = self.u1, self.u0
|
||||
|
||||
self.u0, self.u1 = self.u1, self.u0
|
||||
hip_check(hip.hipDeviceSynchronize())
|
||||
hip_check(hip.hipModuleUnload(module))
|
||||
|
||||
hip_check(hip.hipDeviceSynchronize())
|
||||
hip_check(hip.hipModuleUnload(module))
|
||||
hip_check(hip.hipFree(cfl_data))
|
||||
|
||||
hip_check(hip.hipFree(cfl_data))
|
||||
|
||||
print("--Launching Kernel .FORCEKernel. is ok")
|
||||
print("--Launching Kernel .FORCEKernel. is ok")
|
||||
|
||||
def getOutput(self):
|
||||
return self.u0
|
||||
|
Loading…
x
Reference in New Issue
Block a user