共 1 个文件变更+0-3
| @@ -288,10 +288,7 @@ static CcuResult DoRepeatReduceScatterNHR(ReduceScatterNHR1DMem2MemContext& ctx) | |||
| 288 | localSrc.token = ctx.localSrc.token; | 288 | localSrc.token = ctx.localSrc.token; |
| 289 | CCU_CHK_RET(GroupCopy(ctx, localDst, localSrc, goSize, GetCcuVersion())); | 289 | CCU_CHK_RET(GroupCopy(ctx, localDst, localSrc, goSize, GetCcuVersion())); |
A | |||
| 290 | } | 290 | } |
| 291 | - CCU_IF(ctx.isInputOutputEqual != 0) { ccu::EventRecord(ctx.event, 1); } | ||
| 292 | } | 291 | } |
| 293 | - CCU_IF(localSliceSize == 0) { ccu::EventRecord(ctx.event, 1); } | ||
| 294 | - ccu::EventWait(ctx.event, 1); | ||
| 295 | ctx.isRepeatIter = 1; | 292 | ctx.isRepeatIter = 1; |
| 296 | } | 293 | } |
| 297 | 294 | ||
本 PR 只删除了两处调试日志,没有行为变化;但标题是
fix_rs。如果确实还有修复逻辑,建议补充说明或拆到本 PR;否则容易被误判为纯日志清理。