add hipDeviceSynchronize

This commit is contained in:
Hicham Agueny
2024-02-20 15:08:34 +01:00
committed by GitHub
parent eeed754425
commit ffb0707c26

View File

@@ -177,9 +177,10 @@ class HLL2 (Simulator.BaseSimulator):
)
)
)
self.u0, self.u1 = self.u1, self.u0
hip_check(hip.hipDeviceSynchronize())
self.u0, self.u1 = self.u1, self.u0
hip_check(hip.hipModuleUnload(module))
hip_check(hip.hipFree(cfl_data))