• J
    use correct xpu stream for synchronization (#48470) · 16562a9d
    james 提交于
    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
    16562a9d
xpu_info.cc 6.7 KB