Fix p2p comm insert sync modeling#707
Open
zhangstevenunity wants to merge 3 commits into
Open
Conversation
|
Warning You have reached your daily quota limit. Please wait up to 24 hours and I will start processing your requests again! |
Codex Review该评论由 review 机器人自动更新。
SummaryGraphSyncSolver 版修复仍会漏掉循环里的 p2p stage 复用同步,存在运行时 correctness 风险。 Findings
这里按 |
|
Warning You have reached your daily quota limit. Please wait up to 24 hours and I will start processing your requests again! |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
pto.comm.tputandpto.comm.tgetfor both InsertSync and GraphSyncSolver.TPut/TGetop, while preserving loop-carried same-op dependencies.PIPE_V -> PIPE_MTE2.Tests
cmake -G Ninja -S . -B build-wsl ...from.codex/worktrees/issue706-p2p-gss-phaseninja -C build-wsl tools/ptoas/ptoasbuild-wsl/tools/ptoas/ptoas --pto-arch=a3 --pto-level=level3 --enable-insert-sync test/lit/pto/issue706_comm_p2p_insert_sync.pto | /home/rdp/llvm-workspace/llvm-project/build-shared/bin/FileCheck test/lit/pto/issue706_comm_p2p_insert_sync.ptobuild-wsl/tools/ptoas/ptoas --pto-arch=a3 --pto-level=level3 --enable-graph-sync-solver --graph-sync-solver-event-id-max=64 test/lit/pto/issue706_comm_p2p_insert_sync_gss.pto | /home/rdp/llvm-workspace/llvm-project/build-shared/bin/FileCheck test/lit/pto/issue706_comm_p2p_insert_sync_gss.ptobuild-wsl/tools/ptoas/ptoas --pto-level=level3 --pto-arch=a5 --enable-graph-sync-solver --graph-sync-solver-event-id-max=64 test/lit/pto/issue664_mscatter_pipe_selection_gss.pto | /home/rdp/llvm-workspace/llvm-project/build-shared/bin/FileCheck test/lit/pto/issue664_mscatter_pipe_selection_gss.ptobuild-wsl/tools/ptoas/ptoas --pto-level=level3 --pto-arch a5 --enable-graph-sync-solver --graph-sync-solver-event-id-max=64 test/lit/pto/insert_sync_level3_enable_gss.pto | /home/rdp/llvm-workspace/llvm-project/build-shared/bin/FileCheck test/lit/pto/insert_sync_level3_enable_gss.ptobuild-wsl/tools/ptoas/ptoas --pto-level=level3 --pto-arch a5 --enable-graph-sync-solver --graph-sync-solver-event-id-max=8 --emit-pto-ir test/lit/pto/graph_sync_solver_basic.pto | /home/rdp/llvm-workspace/llvm-project/build-shared/bin/FileCheck test/lit/pto/graph_sync_solver_basic.ptobuild-wsl/tools/ptoas/ptoas --pto-arch=a3 test/lit/pto/comm_p2p_emitc.pto 2>&1 | /home/rdp/llvm-workspace/llvm-project/build-shared/bin/FileCheck test/lit/pto/comm_p2p_emitc.pto --check-prefix=A3