• J
    use default XPU stream for computing (#49806) · f6b23d6d
    jameszhang 提交于
    * revert to use default XPU stream for computing
    
    XPUContext now has a null stream by default. If you want to use a separate stream
     (e.g. in async collective communication), you should create a dedicated XPUContext
    and invoke its XPUContext::CreateStream()
    
    * minor
    f6b23d6d
xpu_context.h 2.5 KB