missing 'tab'

This commit is contained in:
Hicham Agueny 2024-02-20 14:36:19 +01:00 committed by GitHub
parent 56445c201e
commit e1992ca416
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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.hipFree(cfl_data))
hip_check(hip.hipModuleUnload(module))
hip_check(hip.hipFree(cfl_data)) print("--Launching Kernel .FORCEKernel. is ok")
print("--Launching Kernel .FORCEKernel. is ok")
def getOutput(self): def getOutput(self):
return self.u0 return self.u0