use correct xpu stream for synchronization (#48470)
some legacy code still use xpu_wait() for stream sync -- it only syncs default stream. this PR replaces them with dev_ctx.Wait() to ensure that correct stream is always used
Showing
想要评论请 注册 或 登录