sync

Engine.sync()
모든 비동기 GPU 연산이 완료되기를 기다립니다. async gpu 모드에서만 유효합니다.
from desilofhe import Engine

engine = Engine(mode="async gpu")

engine.sync()